Fijxu
9de4960932
All checks were successful
File-uploader-crystal CI / build (push) Successful in 1m49s
12 lines
503 B
YAML
12 lines
503 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
|
|
- ./files:/file-uploader-crystal/files
|
|
- ./thumbnails:/file-uploader-crystal/thumbnails
|
|
- ./db.sqlite3:/file-uploader-crystal/db.sqlite3
|
|
- ./torexitnodes.txt:/file-uploader-crystal/torexitnodes.txt
|
|
ports:
|
|
- 127.0.0.1:8080:8080
|