Fix environment variable path on production compose

This commit is contained in:
Mark Veidemanis 2022-07-29 08:11:37 +01:00
parent 1b60ec62f6
commit 743c1d6be8
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ services:
- "${THRESHOLD_RELAY_PORT}:${THRESHOLD_RELAY_PORT}"
- "${THRESHOLD_API_PORT}:${THRESHOLD_API_PORT}"
env_file:
- stack.env
- ../stack.env
volumes_from:
- tmp