svg
This commit is contained in:
23
services/40-keycloak/dockercompose/dockercompose.yml
Normal file
23
services/40-keycloak/dockercompose/dockercompose.yml
Normal file
@ -0,0 +1,23 @@
|
||||
|
||||
# Keycloak
|
||||
# serveur SSO
|
||||
# Port interne 8999 & 8443
|
||||
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
|
||||
env_file: ./services/40-keycloak/env/.env.merge
|
||||
networks:
|
||||
- nine-network
|
||||
ports:
|
||||
- 8999:8999
|
||||
- 8443:8443
|
||||
volumes:
|
||||
- './volume/keycloak/nine:/nine'
|
||||
command:
|
||||
- start-dev
|
||||
- --import-realm
|
Reference in New Issue
Block a user