Properly configure production compose file
This commit is contained in:
parent
94303b1108
commit
1b60ec62f6
|
@ -11,10 +11,7 @@ services:
|
|||
- "${THRESHOLD_RELAY_PORT}:${THRESHOLD_RELAY_PORT}"
|
||||
- "${THRESHOLD_API_PORT}:${THRESHOLD_API_PORT}"
|
||||
env_file:
|
||||
- .env
|
||||
# for development
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
- stack.env
|
||||
volumes_from:
|
||||
- tmp
|
||||
|
||||
|
|
Loading…
Reference in New Issue