An open API service indexing awesome lists of open source software.

https://github.com/jaben/picfit-docker-compose

Build and Run Dockerfile for Picfit Goland Image Server
https://github.com/jaben/picfit-docker-compose

docker docker-compose goland image-processing picfit

Last synced: about 1 month ago
JSON representation

Build and Run Dockerfile for Picfit Goland Image Server

Awesome Lists containing this project

README

          

# picfit-docker-compose
Build and Run Dockerfile for [Picfit Image Server](https://github.com/thoas/picfit)

## Build

```
docker image build --tag picfit:v1 .
```

## Configure

Configure the picfit instance by modifying the `./picfit-config/config.json` file.

## Run

Run using docker-compose.

```
docker-compose up -d
```