Properly configure production compose file

This commit is contained in:
Mark Veidemanis 2022-07-29 08:02:10 +01:00
parent 94303b1108
commit 1b60ec62f6
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
1 changed files with 1 additions and 4 deletions

View File

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