Properly configure production compose file

master
Mark Veidemanis 2 years ago
parent 479e5072d2
commit 248273648d

@ -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

Loading…
Cancel
Save