Compare commits

...

2 commits

Author SHA1 Message Date
217ac76f5d Update docker.io/library/postgres Docker tag to v14
All checks were successful
/ build (pull_request) Successful in 27s
/ Ansible Lint (push) Successful in 3m3s
/ Ansible Lint (pull_request) Successful in 3m7s
2026-07-18 18:16:09 +00:00
60a407a406
add prusa-mk4.ccchh.net DNS entry
All checks were successful
/ build (push) Successful in 43s
/ Ansible Lint (push) Successful in 2m58s
2026-07-18 20:13:00 +02:00
2 changed files with 2 additions and 1 deletions

View file

@ -63,6 +63,7 @@ _acme-challenge.light-werkstatt CNAME f408acc0-d9f5-4525-bb01-28938e3bb7d0.auth.
_acme-challenge.dooris CNAME 37caae1f-b77f-4eb1-aa71-dc3f7ed24360.auth.acmedns.hamburg.ccc.de. _acme-challenge.dooris CNAME 37caae1f-b77f-4eb1-aa71-dc3f7ed24360.auth.acmedns.hamburg.ccc.de.
;yate A 10.31.208.12 ;yate A 10.31.208.12
;staubiv2 A 10.31.210.233 ;staubiv2 A 10.31.210.233
prusa-mk4 A 10.31.210.4
; ;

View file

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