Commit 1a3b3ab 1 parent 42e0893 commit 1a3b3ab Copy full SHA for 1a3b3ab
File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ services:
10
10
postgres :
11
11
image : " openmaptiles/postgis:6.0"
12
12
environment :
13
- POSTGRES_USER : obs
14
- POSTGRES_PASSWORD : obs
13
+ POSTGRES_USER : keycloak
14
+ POSTGRES_PASSWORD : password
15
15
POSTGRES_DB : obs
16
16
ports :
17
17
- ' 5432:5432'
@@ -87,17 +87,17 @@ services:
87
87
- start
88
88
89
89
keycloak :
90
- image : quay.io/keycloak/keycloak:20 .0
90
+ image : quay.io/keycloak/keycloak:21 .0
91
91
ports :
92
- - 3003:8080
92
+ - ' 3003:8080'
93
93
depends_on :
94
94
- postgres
95
95
environment :
96
96
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
101
101
KEYCLOAK_ADMIN : admin
102
102
KEYCLOAK_ADMIN_PASSWORD : admin
103
103
command :
You can’t perform that action at this time.
0 commit comments