Properly pass environment variables to the process

This commit is contained in:
2022-07-28 19:50:07 +01:00
parent f66f998f54
commit a258ec8ad1
3 changed files with 22 additions and 13 deletions

View File

@@ -7,9 +7,11 @@ services:
volumes:
- .:/code
ports:
- "13867:13867"
- "13868:13868"
- "13869:13869"
- "${THRESHOLD_LISTENER_PORT}:${THRESHOLD_LISTENER_PORT}"
- "${THRESHOLD_RELAY_PORT}:${THRESHOLD_RELAY_PORT}"
- "${THRESHOLD_API_PORT}:${THRESHOLD_API_PORT}"
env_file:
- .env
# for development
extra_hosts:
- "host.docker.internal:host-gateway"