Compare commits

...

2 commits

Author SHA1 Message Date
e555e25c25 Update docker.io/library/postgres Docker tag to v15
All checks were successful
/ build (pull_request) Successful in 27s
/ Ansible Lint (push) Successful in 2m48s
/ Ansible Lint (pull_request) Successful in 2m51s
2026-07-23 12:46:00 +00:00
9a876e12a8
fix CNAME for club-assistant acme challenge
All checks were successful
/ build (push) Successful in 47s
/ Ansible Lint (push) Successful in 3m52s
2026-07-23 14:33:19 +02:00
2 changed files with 2 additions and 2 deletions

View file

@ -53,7 +53,7 @@ hmdooris-ccu A 172.31.200.17
club-assistant AAAA 2a07:c481:1:d0::a
A 10.31.208.10
_acme-challenge.club-assistant CNAME d50ad73a-f82d-4244-87f0-6f5195b37d21.auth.acmedns.hamburg.ccc.de
_acme-challenge.club-assistant CNAME d50ad73a-f82d-4244-87f0-6f5195b37d21.auth.acmedns.hamburg.ccc.de.
;esphome AAAA 2a07:c481:1:d0::66
;zigbee2mqtt A 185.161.129.132
;light AAAA 2a07:c481:1:d0::16

View file

@ -62,7 +62,7 @@ services:
- POSTGRES_DB=mailmandb
- POSTGRES_USER=mailman
- "POSTGRES_PASSWORD={{ secret__lists__postgres_password }}"
image: docker.io/library/postgres:12-alpine
image: docker.io/library/postgres:15-alpine
volumes:
- /opt/mailman/database:/var/lib/postgresql/data
networks: