Compare commits

...

2 commits

Author SHA1 Message Date
ee5c88545c Update docker.io/library/mariadb Docker tag to v12
Some checks failed
/ Ansible Lint (push) Successful in 2m26s
/ Ansible Lint (pull_request) Successful in 2m29s
/ build (pull_request) Failing after 2m44s
2026-06-09 19:16:10 +00:00
ec9275cf46
add ueberwachungsfrei-kundgebung.hamburg.ccc.de domain
Some checks failed
/ build (push) Failing after 2m41s
/ Ansible Lint (push) Successful in 2m57s
2026-06-09 21:00:51 +02:00
2 changed files with 2 additions and 1 deletions

View file

@ -289,6 +289,7 @@ cpuccc IN CNAME public-reverse-proxy
did IN CNAME public-reverse-proxy did IN CNAME public-reverse-proxy
infra-docs IN CNAME public-reverse-proxy infra-docs IN CNAME public-reverse-proxy
staging.infra-docs IN CNAME public-reverse-proxy staging.infra-docs IN CNAME public-reverse-proxy
ueberwachungsfrei-kundgebung IN CNAME public-reverse-proxy
auth.acmedns IN NS acmedns.hosts.hamburg.ccc.de. auth.acmedns IN NS acmedns.hosts.hamburg.ccc.de.

View file

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