Merge pull request #129 from christf/volumes

docker-compose: define volumes to allow persistency of whiteboards
This commit is contained in:
Cracker 2021-12-09 20:22:59 +01:00 committed by GitHub
commit f764c9b5f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,3 +6,7 @@ services:
ports:
- "8080:8080/tcp"
command: --config=./config.default.yml
volumes:
- ./data/uploads:/opt/app/public/uploads"
- ./data/config.yml:/opt/app/config.default.yml:ro
- ./data/savedBoards:/opt/app/savedBoards"