declutter by using default filenames

This commit is contained in:
Patrick Jentsch
2024-04-10 13:52:33 +02:00
parent 268da220d2
commit cdf6f9fcfd
6 changed files with 4 additions and 6 deletions

View File

@ -11,6 +11,6 @@ services:
- "./config.py:/home/nopaque/config.py"
- "./docker-entrypoint.sh:/usr/local/bin/docker-entrypoint.sh"
- "./migrations:/home/nopaque/migrations"
- "./nopaque.py:/home/nopaque/nopaque.py"
- "./requirements.txt:/home/nopaque/requirements.txt"
- "./tests:/home/nopaque/tests"
- "./wsgi.py:/home/nopaque/wsgi.py"