Solved ldap schema bug

This commit is contained in:
2025-04-27 15:56:17 +02:00
parent 7ae3c6cc51
commit 6c1c728acb
3 changed files with 41 additions and 33 deletions

View File

@@ -3,7 +3,7 @@ services:
{% include 'roles/docker-central-database/templates/services/' + database_type + '.yml.j2' %}
web:
image: espocrm/espocrm:{{ applications.espocrm.version }}
image: espocrm/espocrm:{{ applications[application_id].version }}
{% include 'roles/docker-compose/templates/services/base.yml.j2' %}
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost/"]
@@ -15,7 +15,7 @@ services:
- data:/var/www/html
daemon:
image: espocrm/espocrm:{{ applications.espocrm.version }}
image: espocrm/espocrm:{{ applications[application_id].version }}
restart: {{docker_restart_policy}}
logging:
driver: journald
@@ -25,7 +25,7 @@ services:
- data:/var/www/html
websocket:
image: espocrm/espocrm:{{ applications.espocrm.version }}
image: espocrm/espocrm:{{ applications[application_id].version }}
restart: {{docker_restart_policy}}
logging:
driver: journald