File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ services:
1010 postgres :
1111 image : " openmaptiles/postgis:6.0"
1212 environment :
13- POSTGRES_USER : obs
14- POSTGRES_PASSWORD : obs
13+ POSTGRES_USER : keycloak
14+ POSTGRES_PASSWORD : password
1515 POSTGRES_DB : obs
1616 ports :
1717 - ' 5432:5432'
@@ -87,17 +87,17 @@ services:
8787 - start
8888
8989 keycloak :
90- image : quay.io/keycloak/keycloak:20 .0
90+ image : quay.io/keycloak/keycloak:21 .0
9191 ports :
92- - 3003:8080
92+ - ' 3003:8080'
9393 depends_on :
9494 - postgres
9595 environment :
9696 KC_HOSTNAME : localhost
97- KC_DB_URL : jdbc:postgresql://localhost :5432/obs
98- KC_DB : obs
99- KC_DB_USERNAME : obs
100- KC_DB_PASSWORD : obs
97+ KC_DB_URL : jdbc:postgresql://postgres :5432/obs
98+ KC_DB : postgres
99+ KC_DB_USERNAME : keycloak
100+ KC_DB_PASSWORD : password
101101 KEYCLOAK_ADMIN : admin
102102 KEYCLOAK_ADMIN_PASSWORD : admin
103103 command :
You can’t perform that action at this time.
0 commit comments