keycloak(host): update postgresql image from version 15 to 18
All checks were successful
/ Ansible Lint (push) Successful in 2m17s
All checks were successful
/ Ansible Lint (push) Successful in 2m17s
This commit is contained in:
parent
34958a0584
commit
0df667fc58
1 changed files with 2 additions and 2 deletions
|
|
@ -46,12 +46,12 @@ services:
|
|||
- "8080:8080"
|
||||
|
||||
db:
|
||||
image: docker.io/library/postgres:15.17
|
||||
image: docker.io/library/postgres:18
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- keycloak
|
||||
volumes:
|
||||
- "./database:/var/lib/postgresql/data"
|
||||
- "./database:/var/lib/postgresql"
|
||||
environment:
|
||||
POSTGRES_USER: keycloak
|
||||
POSTGRES_PASSWORD: {{ secret__keycloak_db_password }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue