Properly pass environment variables to the process
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user