config: keycloak-db ports goed gezet
This commit is contained in:
parent
c7ab7817bc
commit
a2ec9ef738
1 changed files with 3 additions and 2 deletions
|
@ -45,7 +45,7 @@ services:
|
||||||
keycloak-db:
|
keycloak-db:
|
||||||
image: postgres:latest
|
image: postgres:latest
|
||||||
ports:
|
ports:
|
||||||
- '5441:5442' # Port numbers 10 higher than normal postgres ports
|
- '5442:5432' # Port numbers 10 higher than normal postgres ports
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- dwengo_postgres_keycloak:/var/lib/postgresql/keycloak
|
- dwengo_postgres_keycloak:/var/lib/postgresql/keycloak
|
||||||
|
@ -53,6 +53,7 @@ services:
|
||||||
POSTGRES_USER: keycloak
|
POSTGRES_USER: keycloak
|
||||||
POSTGRES_PASSWORD: ChangeMe
|
POSTGRES_PASSWORD: ChangeMe
|
||||||
POSTGRES_DB: keycloak
|
POSTGRES_DB: keycloak
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
- dwengo-1
|
- dwengo-1
|
||||||
|
|
||||||
|
@ -86,7 +87,7 @@ services:
|
||||||
KC_DB: 'postgres'
|
KC_DB: 'postgres'
|
||||||
KC_DB_USERNAME: 'keycloak'
|
KC_DB_USERNAME: 'keycloak'
|
||||||
KC_DB_PASSWORD: 'ChangeMe'
|
KC_DB_PASSWORD: 'ChangeMe'
|
||||||
KC_DB_URL: 'jdbc:postgresql://keycloak-db:5442/keycloak'
|
KC_DB_URL: 'jdbc:postgresql://keycloak-db:5432/keycloak'
|
||||||
|
|
||||||
reverse-proxy:
|
reverse-proxy:
|
||||||
image: traefik:v3.3
|
image: traefik:v3.3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue