Compare commits

...
Author SHA1 Message Date
57bb0615bd Update docker.io/library/postgres Docker tag to v14
All checks were successful
/ build (pull_request) Successful in 28s
/ Ansible Lint (push) Successful in 12m31s
/ Ansible Lint (pull_request) Successful in 14m54s
2026-09-16 11:46:29 +00:00
d422b9660a
docs: correct mjolnir -> draupnir
All checks were successful
/ build (push) Successful in 25s
/ Ansible Lint (push) Successful in 12m41s
2026-09-16 13:39:42 +02:00
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ title: Matrix Moderation
# Matrix Moderation # Matrix Moderation
All Matrix rooms created around CCCHH and which are considered *official* are subject to centralized moderation. All Matrix rooms created around CCCHH and which are considered *official* are subject to centralized moderation.
This moderation is enforced by a [Mjolnir](https://github.com/matrix-org/mjolnir) bot on a techincal level and operated by a dedicated sub-team of the Infra Group. This moderation is enforced by a [Draupnir](https://github.com/the-draupnir-project/Draupnir) bot on a techincal level and operated by a dedicated sub-team of the Infra Group.
The moderation team can be reached at [matrix-moderation@hamburg.ccc.de](mailto:matrix-moderation@hamburg.ccc.de). The moderation team can be reached at [matrix-moderation@hamburg.ccc.de](mailto:matrix-moderation@hamburg.ccc.de).

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: