Update keycloak and variables

This commit is contained in:
2025-01-20 19:50:17 +01:00
parent 0d77245b46
commit c5d4956635
13 changed files with 34 additions and 23 deletions

View File

@@ -0,0 +1,10 @@
---
- name: "include docker/compose/database.yml"
include_tasks: docker/compose/database.yml
- name: "include tasks nginx-docker-proxy-domain.yml"
include_tasks: nginx-docker-proxy-domain.yml
- name: add docker-compose.yml
template: src=docker-compose.yml.j2 dest={{docker_compose_instance_directory}}docker-compose.yml
notify: docker compose project setup

View File

@@ -10,7 +10,7 @@ services:
command: start
environment:
KC_HOSTNAME: {{domain}}
#KC_HOSTNAME_PORT: {{http_port}}
#KC_HOSTNAME_PORT: {{http_port}}
KC_HOSTNAME_STRICT_BACKCHANNEL: true
KC_HTTP_ENABLED: false
KC_HOSTNAME_STRICT_HTTPS: true