Add Portainer Git directory to env file
This commit is contained in:
parent
2f74d79bc4
commit
3818308b75
|
@ -5,7 +5,7 @@ services:
|
||||||
image: pathogen/threshold
|
image: pathogen/threshold
|
||||||
build: .
|
build: .
|
||||||
volumes:
|
volumes:
|
||||||
- .:/code
|
- ${PORTAINER_GIT_DIR}:/code
|
||||||
ports:
|
ports:
|
||||||
- "${THRESHOLD_LISTENER_PORT}:${THRESHOLD_LISTENER_PORT}"
|
- "${THRESHOLD_LISTENER_PORT}:${THRESHOLD_LISTENER_PORT}"
|
||||||
- "${THRESHOLD_RELAY_PORT}:${THRESHOLD_RELAY_PORT}"
|
- "${THRESHOLD_RELAY_PORT}:${THRESHOLD_RELAY_PORT}"
|
||||||
|
|
Loading…
Reference in New Issue