Workaround for broken Zammad Scheduler database config
This commit is contained in:
parent
2eb18460be
commit
7ede6272b7
|
@ -1,6 +1,4 @@
|
|||
---
|
||||
version: '3.8'
|
||||
|
||||
{#
|
||||
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
|
||||
|
@ -138,6 +136,8 @@ services:
|
|||
zammad-scheduler:
|
||||
<<: *zammad-service
|
||||
command: ["zammad-scheduler"]
|
||||
volumes:
|
||||
- /ansible_docker_compose/zammad-scheduler-database.yml:/opt/zammad/config/database.yml # workaround for connection pool issue
|
||||
|
||||
zammad-websocket:
|
||||
<<: *zammad-service
|
||||
|
|
Loading…
Reference in a new issue