Compare commits

...
Author SHA1 Message Date
21cd21c6be Update docker.io/library/postgres Docker tag to v14
All checks were successful
/ build (pull_request) Successful in 28s
/ Ansible Lint (push) Successful in 2m58s
/ Ansible Lint (pull_request) Successful in 2m43s
2026-08-21 21:31:02 +00:00
5ae8a3b186 Re-add IP for waybackproxy
All checks were successful
/ build (push) Successful in 25s
/ Ansible Lint (push) Successful in 2m51s
2026-08-21 23:28:21 +02:00
2 changed files with 2 additions and 1 deletions

View file

@ -134,6 +134,7 @@ octopi A 10.89.212.31
;cisco-slm248p A 10.89.208.27
waybackproxy A 10.89.212.33
;
; Public Club Services

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:14-alpine
volumes:
- /opt/mailman/database:/var/lib/postgresql/data
networks: