Fix: Fix django-settings module error

This commit is contained in:
winkidney
2020-02-10 23:59:08 +08:00
parent fb6b4ddad3
commit 98644fe2f7

View File

@@ -13,6 +13,7 @@ services:
- "127.0.0.1:2048:8000"
environment:
- SECRET_KEY=CHANGE-ME
- DJANGO_SETTINGS_MODULE=pinry.settings.development
user: ${CURRENT_UID}
volumes:
- .:/app