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
- Host: GitHub
- URL: https://github.com/jaben/picfit-docker-compose
- Owner: Jaben
- License: apache-2.0
- Created: 2018-06-01T03:29:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-01T04:03:13.000Z (about 8 years ago)
- Last Synced: 2025-03-28T03:15:19.903Z (about 1 year ago)
- Topics: docker, docker-compose, goland, image-processing, picfit
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```