file-uploader-crystal/docker-compose.yml
Fijxu d57dcb721a
All checks were successful
File-uploader-crystal CI / build (push) Successful in 1m43s
0.9.3.1: Update Dockerfile and add compose file
2024-11-19 22:52:48 -03:00

8 lines
279 B
YAML

services:
file-uploader:
image: git.nadeko.net/fijxu/file-uploader-crystal:latest
# If you want to use a custom config file, you can mount it here.
volumes:
- ./config/config.yml:/file-uploader-crystal/config/config.yml
ports:
- 127.0.0.1:8080:8080