fix docker compose services not coming up after reboot
All checks were successful
/ Ansible Lint (push) Successful in 2m18s
All checks were successful
/ Ansible Lint (push) Successful in 2m18s
Fix the issue by adding missing restart configuration to docker compose deployments.
This commit is contained in:
parent
7a9929c66d
commit
8e5b0083b3
4 changed files with 7 additions and 1 deletions
|
|
@ -59,6 +59,7 @@ services:
|
|||
- "SMTP_USERNAME=pad@hamburg.ccc.de"
|
||||
- "SMTP_PASSWORD={{ secret__pad_smtp_password }}"
|
||||
- "URL=https://pad.hamburg.ccc.de"
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- database
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue