This commit is contained in:
2024-07-28 16:57:55 +02:00
parent 0c97bd132c
commit 3b9c462720
5 changed files with 44 additions and 13 deletions

View File

@ -5,11 +5,7 @@
keycloak:
image: reg.cadoles.com/envole/keycloak:24.0.5
container_name: nine-keycloak
restart: unless-stopped
healthcheck:
test: curl --fail http://127.0.0.1:9990 || exit 1
interval: 1s
timeout: 60s
restart: unless-stopped
env_file: ./services/40-keycloak/env/.env.merge
networks:
- nine-network
@ -17,7 +13,12 @@
- 8999:8999
- 8443:8443
volumes:
- './services/40-keycloak/volume/nine:/nine'
- ./services/40-keycloak/volume/nine:/nine
command:
- start-dev
- --import-realm
- --proxy-headers
- xforwarded
- --http-relative-path
- /auth