Files
tp/serv_keycloak/docker-compose.yaml
T
valitovgaziz 260c84ecd2 modified: serv_keycloak/docker-compose.yaml
delete internals network
2025-08-22 04:07:08 +05:00

26 lines
633 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
services:
keycloak:
build:
context: ./keycloak
dockerfile: Dockerfile
container_name: keycloak
ports:
- "8080:8080"
environment:
KC_ADMIN: admin
KC_ADMIN_PASSWORD: admin
PROXY_ADDRESS_FORWARDING: true
KС_HTTPS_PORT: 8443
KС_HTTP_PORT: 8080
KС_LOGLEVEL: INFO
KС_HTTP_PROXY: true
KС_HTTPS_REDIRECT: false
KC_HOSTNAME_STRICT: false
KC_PROXY: passthrough
KC_HTTP_ENABLED: true
KC_HOSTNAME: yalarba.ru
KC_HOSTNAME_STRICT_BACKCHANNEL: false
KC_FRONTEND_URL: https://yalarba.ru/auth
command: start --optimized