fix docker compose services not coming up after reboot
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:
June 2026-04-02 01:15:11 +02:00
commit 8e5b0083b3
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0
4 changed files with 7 additions and 1 deletions

View file

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