ninedocker/services/40-keycloak/dockercompose/dockercompose.yml

23 lines
549 B
YAML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Keycloak
# serveur SSO
# Port interne 8999 & 8443
keycloak:
image: reg.cadoles.com/envole/keycloak:24.0.5
container_name: nine-keycloak
restart: unless-stopped
env_file: ./services/40-keycloak/env/.env.merge
networks:
- nine-network
volumes:
- ./services/40-keycloak/volume/realm:/opt/keycloak/data/import
- ./services/40-keycloak/volume/nine:/nine
command:
- start
- --import-realm
- --proxy-headers
- xforwarded
- --http-relative-path
- /auth