Skip to content

Commit 63e6862

Browse files
committed
Add Keycloak service configuration to docker-compose
1 parent 7231ce2 commit 63e6862

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

docker-compose-services.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ services:
1818
volumes:
1919
- meilisearch-data:/data.ms
2020
restart: unless-stopped
21+
keycloak:
22+
image: quay.io/keycloak/keycloak:26.4.7
23+
command: start-dev
24+
environment:
25+
- KC_BOOTSTRAP_ADMIN_USERNAME=admin
26+
- KC_BOOTSTRAP_ADMIN_PASSWORD=admin
27+
- KC_HTTP_PORT=6060
2128

2229
volumes:
2330
postgres-data:

0 commit comments

Comments
 (0)