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_API_PORT}:${THRESHOLD_API_PORT}"
env_file:
- .env
# for development
extra_hosts:
- "host.docker.internal:host-gateway"
- stack.env
volumes_from:
- tmp

Loading…
Cancel
Save