Update docker compose file examples

This commit is contained in:
Patrick Jentsch
2023-09-26 15:02:02 +02:00
parent b8ae221987
commit d1fc425f48
2 changed files with 7 additions and 4 deletions

View File

@ -11,6 +11,7 @@ services:
- "./app:/home/nopaque/app"
- "./boot.sh:/home/nopaque/boot.sh"
- "./config.py:/home/nopaque/config.py"
- "./docker-entrypoint.sh:/home/nopaque/docker-entrypoint.sh"
- "./migrations:/home/nopaque/migrations"
- "./nopaque.py:/home/nopaque/nopaque.py"
- "./requirements.txt:/home/nopaque/requirements.txt"