Add local settings to processing

This commit is contained in:
2023-01-12 07:20:48 +00:00
parent 4dd8224a77
commit 37789a1f18
2 changed files with 5 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ services:
volumes:
- ${PORTAINER_GIT_DIR}:/code
- ${PORTAINER_GIT_DIR}/docker/uwsgi.ini:/conf/uwsgi.ini
#- ${APP_LOCAL_SETTINGS}:/code/app/local_settings.py
- ${APP_LOCAL_SETTINGS}:/code/app/local_settings.py
- ${APP_DATABASE_FILE}:/code/db.sqlite3
- neptune_static:${STATIC_ROOT}
env_file: