Workaround for broken Zammad Scheduler database config

This commit is contained in:
Stefan Bethke 2024-05-25 11:03:17 +02:00
parent 2eb18460be
commit 7ede6272b7

View file

@ -1,6 +1,4 @@
--- ---
version: '3.8'
{# {#
https://github.com/zammad/zammad-docker-compose https://github.com/zammad/zammad-docker-compose
Docker Compose does not allow defining variables in the compose file (only in .env files), so we use Jinja variables instead Docker Compose does not allow defining variables in the compose file (only in .env files), so we use Jinja variables instead
@ -138,6 +136,8 @@ services:
zammad-scheduler: zammad-scheduler:
<<: *zammad-service <<: *zammad-service
command: ["zammad-scheduler"] command: ["zammad-scheduler"]
volumes:
- /ansible_docker_compose/zammad-scheduler-database.yml:/opt/zammad/config/database.yml # workaround for connection pool issue
zammad-websocket: zammad-websocket:
<<: *zammad-service <<: *zammad-service