You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docker-compose.yml
+5-5
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,3 @@
1
-
version: "3"
2
1
volumes:
3
2
postgres:
4
3
services:
@@ -7,18 +6,18 @@ services:
7
6
- POSTGRES_DB=keycloak
8
7
- POSTGRES_USER=keycloak
9
8
- POSTGRES_PASSWORD=password
10
-
image: postgres:12
9
+
image: postgres:16
11
10
ports:
12
11
- 5432:5432
13
12
volumes:
14
13
- postgres:/var/lib/postgresql
15
14
openldap:
16
-
image: osixia/openldap:1.3.0
15
+
image: bitnami/openldap:2.6
17
16
ports:
18
17
- 8389:389
19
18
keycloak:
20
19
image: quay.io/keycloak/keycloak:21.0.1
21
-
command: start-dev --features=preview
20
+
command: --verbose start-dev --features=preview
22
21
depends_on:
23
22
- postgres
24
23
- openldap
@@ -40,4 +39,5 @@ services:
40
39
# - 8787:8787
41
40
volumes:
42
41
# Make the custom-user-federation-example extension available to Keycloak. The :z option is required and tells Docker that the volume content will be shared between containers.
0 commit comments