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

@ -5,6 +5,7 @@
services:
database:
image: docker.io/library/postgres:18.3
restart: always
volumes:
- ./database:/var/lib/postgresql
environment: