Pass through local settings file to mount
This commit is contained in:
parent
dc9f30affe
commit
42f5c22c4b
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue