Files
tp/serv_keycloak/docker-compose.yaml
T
valitovgaziz 2e985f1f5e modified: docker-compose.yaml
modified:   serv_keycloak/docker-compose.yaml
	new file:   serv_postgres/.env
	new file:   serv_postgres/docker-compose.yaml
	modified:   serv_rest_api/.env
	modified:   serv_rest_api/docker-compose.yml
Create postgres serv
2025-08-22 04:14:53 +05:00

28 lines
663 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
volumes:
keycloak-postgres: