Docker setup and resources

Hey,

I’m using Zammad with Docker. To make it run, I had to adapt a few things and would like to make pull requests which solve the issues I ran into. I’m using GitHub - zammad/zammad-docker-compose: Zammad Docker images for docker-compose which seems not to be deprecated, this refers to Package zammad · GitHub but I can’t find the Dockerfile which was used to create this images. Can you point me to the Repo or the Dockerfile?

Thanks

The compose stack is up to date and should work “just fine”.
The images themselves by now are build via Dockerfiles from the Zammad Repo GitHub - zammad/zammad: Zammad is a web based open source helpdesk/customer support system

Thanks for the reference, I actually faced the issues that I don’t have IPv6 enabled on the system where I’m running it and this causes nginx and the railsserver to fail when trying to bind to the IPv6.

I had some more issues, but as I wrote this post I noticed, that they were caused by my fix, which broke the yaml anchors because a separate volume was defined within the individual container blocks.

An environment variable to disable the IPv6 bindings, would really help.