Compare commits
1 commit
fef6cd3e50
...
910778f71f
| Author | SHA1 | Date | |
|---|---|---|---|
| 910778f71f |
1 changed files with 2 additions and 2 deletions
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue