Pass through local settings file to mount
This commit is contained in:
@@ -6,6 +6,7 @@ services:
|
||||
build: ./docker
|
||||
volumes:
|
||||
- ${PORTAINER_GIT_DIR}:/code
|
||||
- ${NEPTUNE_LOCAL_SETTINGS}:/code/app/local_settings.py
|
||||
ports:
|
||||
- "${NEPTUNE_PORT}:8000"
|
||||
env_file:
|
||||
|
||||
@@ -6,6 +6,7 @@ services:
|
||||
build: ./docker
|
||||
volumes:
|
||||
- ${PORTAINER_GIT_DIR}:/code
|
||||
- ${NEPTUNE_LOCAL_SETTINGS}:/code/app/local_settings.py
|
||||
ports:
|
||||
- "${NEPTUNE_PORT}:8000"
|
||||
env_file:
|
||||
|
||||
Reference in New Issue
Block a user