mirror of
https://codeberg.org/angestoepselt/docker-zammad.git
synced 2025-05-24 14:46:17 +00:00
specify env file
This commit is contained in:
parent
9c977248ab
commit
f06f204638
1 changed files with 2 additions and 0 deletions
|
|
@ -32,6 +32,8 @@ services:
|
||||||
retries: 30
|
retries: 30
|
||||||
start_period: 20s
|
start_period: 20s
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
|
env_file:
|
||||||
|
- stack.env
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.docker.network=proxy"
|
- "traefik.docker.network=proxy"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue