Compare commits

...

2 commits

Author SHA1 Message Date
6fbc7628ed Update docker.io/xenrox/ntfy-alertmanager Docker tag to v1
All checks were successful
/ Ansible Lint (push) Successful in 2m53s
/ Ansible Lint (pull_request) Successful in 2m54s
2026-04-01 23:47:04 +00:00
8e5b0083b3
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.
2026-04-02 01:16:08 +02:00
5 changed files with 11 additions and 5 deletions

View file

@ -20,3 +20,4 @@ services:
volumes:
- ./configs/acmedns.cfg:/etc/acme-dns/config.cfg:ro
- ./data/acmedns:/var/lib/acme-dns
restart: unless-stopped

View file

@ -70,7 +70,7 @@ services:
- loki_data:/var/loki
ntfy-alertmanager-ccchh-critical:
image: docker.io/xenrox/ntfy-alertmanager:0.5.0
image: docker.io/xenrox/ntfy-alertmanager:1.0.0
container_name: ntfy-alertmanager-ccchh-critical
volumes:
- ./configs/ntfy-alertmanager-ccchh-critical:/etc/ntfy-alertmanager/config
@ -79,7 +79,7 @@ services:
restart: unless-stopped
ntfy-alertmanager-fux-critical:
image: docker.io/xenrox/ntfy-alertmanager:0.5.0
image: docker.io/xenrox/ntfy-alertmanager:1.0.0
container_name: ntfy-alertmanager-fux-critical
volumes:
- ./configs/ntfy-alertmanager-fux-critical:/etc/ntfy-alertmanager/config
@ -88,7 +88,7 @@ services:
restart: unless-stopped
ntfy-alertmanager-ccchh:
image: docker.io/xenrox/ntfy-alertmanager:0.5.0
image: docker.io/xenrox/ntfy-alertmanager:1.0.0
container_name: ntfy-alertmanager-ccchh
volumes:
- ./configs/ntfy-alertmanager-ccchh:/etc/ntfy-alertmanager/config
@ -97,7 +97,7 @@ services:
restart: unless-stopped
ntfy-alertmanager-fux:
image: docker.io/xenrox/ntfy-alertmanager:0.5.0
image: docker.io/xenrox/ntfy-alertmanager:1.0.0
container_name: ntfy-alertmanager-fux
volumes:
- ./configs/ntfy-alertmanager-fux:/etc/ntfy-alertmanager/config

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

View file

@ -18,6 +18,7 @@ services:
timeout: 5s
start_period: 30s
retries: 5
restart: unless-stopped
web:
image: git.hamburg.ccc.de/ccchh/sunders/web:latest
@ -33,6 +34,7 @@ services:
IMPRESSUM_URL: https://hamburg.ccc.de/imprint/
ports:
- "8080:80"
restart: unless-stopped
depends_on:
data_handler:
condition: service_started
@ -48,6 +50,7 @@ services:
CAMERA_USER_PASSWORD: "{{ secret__sunders_db_camera_password }}"
CAMERA_SELECT_USER: camera_select
CAMERA_SELECT_USER_PASSWORD: "{{ secret__sunders_db_camera_select_password }}"
restart: unless-stopped
depends_on:
db:
condition: service_healthy

View file

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