Compare commits

...

2 commits

Author SHA1 Message Date
7fc5c799f0 Update docker.io/library/mariadb Docker tag to v12
All checks were successful
/ Ansible Lint (push) Successful in 3m49s
/ Ansible Lint (pull_request) Successful in 3m48s
2026-04-05 00:01:12 +00:00
8630efeca6
keycloak(host): set specific Keycloak version as image also has it now
All checks were successful
/ Ansible Lint (push) Successful in 2m13s
2026-04-05 01:02:37 +02:00
2 changed files with 2 additions and 2 deletions

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 }}"

View file

@ -22,7 +22,7 @@
services:
keycloak:
image: git.hamburg.ccc.de/ccchh/oci-images/keycloak:26.5
image: git.hamburg.ccc.de/ccchh/oci-images/keycloak:26.5.7
pull_policy: always
restart: unless-stopped
command: start --optimized