Ensure that keycloak is up

This commit is contained in:
2025-08-08 17:25:31 +02:00
parent c7b25ed093
commit aae69ea15b
27 changed files with 74 additions and 47 deletions

View File

@@ -6,7 +6,7 @@
tag: "mybb_application"
image: {{ mybb_image }}:{{ mybb_version }}
container_name: {{ mybb_name }}
restart: {{docker_restart_policy}}
restart: {{DOCKER_RESTART_POLICY}}
volumes:
- data:/var/www/html
{% include 'roles/docker-container/templates/depends_on/dmbs_excl.yml.j2' %}
@@ -18,7 +18,7 @@
options:
tag: "mybb_server"
image: nginx:mainline
restart: {{docker_restart_policy}}
restart: {{DOCKER_RESTART_POLICY}}
ports:
- "127.0.0.1:{{ports.localhost.http[application_id]}}:80"
volumes: