Add stack.env file

This commit is contained in:
2022-07-28 19:57:26 +01:00
parent 7eee2ec929
commit b3dce50ce4
4 changed files with 14 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ services:
- "${THRESHOLD_RELAY_PORT}:${THRESHOLD_RELAY_PORT}"
- "${THRESHOLD_API_PORT}:${THRESHOLD_API_PORT}"
env_file:
- .env
- stack.env
# for development
extra_hosts:
- "host.docker.internal:host-gateway"