Compare commits

...
Author SHA1 Message Date
e88b1bcc81 Update docker.io/library/mariadb Docker tag to v12
All checks were successful
/ build (pull_request) Successful in 30s
/ Ansible Lint (pull_request) Successful in 14m51s
/ Ansible Lint (push) Successful in 16m35s
2026-09-16 11:46:23 +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
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).

View file

@ -3,7 +3,7 @@
services:
database:
image: docker.io/library/mariadb:11
image: docker.io/library/mariadb:12
environment:
- "MARIADB_DATABASE=wordpress"
- "MARIADB_ROOT_PASSWORD={{ secret__mariadb_root_password }}"