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: | ||||
|         image: postgres:latest | ||||
|         ports: | ||||
|             - '5441:5442'  # Port numbers 10 higher than normal postgres ports | ||||
|             - '5442:5432'  # Port numbers 10 higher than normal postgres ports | ||||
|         restart: unless-stopped | ||||
|         volumes: | ||||
|             - dwengo_postgres_keycloak:/var/lib/postgresql/keycloak | ||||
|  | @ -53,6 +53,7 @@ services: | |||
|             POSTGRES_USER: keycloak | ||||
|             POSTGRES_PASSWORD: ChangeMe | ||||
|             POSTGRES_DB: keycloak | ||||
| 
 | ||||
|         networks: | ||||
|             - dwengo-1 | ||||
| 
 | ||||
|  | @ -86,7 +87,7 @@ services: | |||
|             KC_DB: 'postgres' | ||||
|             KC_DB_USERNAME: 'keycloak' | ||||
|             KC_DB_PASSWORD: 'ChangeMe' | ||||
|             KC_DB_URL: 'jdbc:postgresql://keycloak-db:5442/keycloak' | ||||
|             KC_DB_URL: 'jdbc:postgresql://keycloak-db:5432/keycloak' | ||||
| 
 | ||||
|     reverse-proxy: | ||||
|         image: traefik:v3.3 | ||||
|  |  | |||
		Reference in a new issue
	
	 Timo De Meyst
						Timo De Meyst