keycloak(host): update postgresql image from version 15 to 18
All checks were successful
/ Ansible Lint (push) Successful in 2m17s

This commit is contained in:
June 2026-04-01 02:19:13 +02:00
commit 0df667fc58
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0

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