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