Compare commits
2 commits
9d14551446
...
bc1fcc904e
| Author | SHA1 | Date | |
|---|---|---|---|
| bc1fcc904e | |||
|
0df667fc58 |
2 changed files with 3 additions and 3 deletions
|
|
@ -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 }}
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: docker.io/library/redis:7.4.8
|
image: docker.io/library/redis:8.6.2
|
||||||
ports:
|
ports:
|
||||||
- "6379:6379"
|
- "6379:6379"
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue