Compare commits

..

1 commit

Author SHA1 Message Date
f9f3248cf1 Update all stable non-major dependencies
All checks were successful
/ Ansible Lint (push) Successful in 3m2s
/ Ansible Lint (pull_request) Successful in 3m6s
2026-04-01 00:16:44 +00:00

View file

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