Properly configure production compose file

This commit is contained in:
Mark Veidemanis 2022-07-29 08:02:10 +01:00
parent 479e5072d2
commit 248273648d
1 changed files with 1 additions and 4 deletions

View File

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