My zammad instance is installed via the instructions from the zammad-docker-compose repo.
When making changes to Objects Zammad requires to be restarted and the message points to instructions how to configure automatic restart by configuring the command in a variable named APP_RESTART_CMD.
I am wondering if someone has implemented automatic restarts for the docker-compose setup? If so, how did you implement it?
Used Zammad version: 5.2.x
Used Zammad installation type: docker-compose
For now, I personally tried several approaches to send a signal to the host system, that might be responsible for a docker compose restart in that moment. But honestly, none of these approaches is something I would feel comfortable to share. There are some really dirty hoops I needed to jump through. And I was a perl programmer in the early days. The definition of dirty solutions
So, I suggest a little bit more patience und up until then make a manual restart if needed.