Fix environment variable path on production compose
This commit is contained in:
parent
1b60ec62f6
commit
743c1d6be8
|
@ -11,7 +11,7 @@ services:
|
|||
- "${THRESHOLD_RELAY_PORT}:${THRESHOLD_RELAY_PORT}"
|
||||
- "${THRESHOLD_API_PORT}:${THRESHOLD_API_PORT}"
|
||||
env_file:
|
||||
- stack.env
|
||||
- ../stack.env
|
||||
volumes_from:
|
||||
- tmp
|
||||
|
||||
|
|
Loading…
Reference in New Issue