Compare commits

...

2 commits

Author SHA1 Message Date
33bde384a1 Update docker.io/library/mariadb Docker tag to v12
All checks were successful
/ Ansible Lint (pull_request) Successful in 2m56s
/ Ansible Lint (push) Successful in 3m0s
2026-04-01 00:31:03 +00:00
0df667fc58
keycloak(host): update postgresql image from version 15 to 18
All checks were successful
/ Ansible Lint (push) Successful in 2m17s
2026-04-01 02:19:13 +02:00
2 changed files with 3 additions and 3 deletions

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

View file

@ -46,12 +46,12 @@ services:
- "8080:8080" - "8080:8080"
db: db:
image: docker.io/library/postgres:15.17 image: docker.io/library/postgres:18
restart: unless-stopped restart: unless-stopped
networks: networks:
- keycloak - keycloak
volumes: volumes:
- "./database:/var/lib/postgresql/data" - "./database:/var/lib/postgresql"
environment: environment:
POSTGRES_USER: keycloak POSTGRES_USER: keycloak
POSTGRES_PASSWORD: {{ secret__keycloak_db_password }} POSTGRES_PASSWORD: {{ secret__keycloak_db_password }}