Hi @wela-elman
You just have to modify you docker-compose file and use the command
attribute to pass options to gunicorn, for example I’ve used --timeout 123
so
# (...)
taiga-back:
image: taigaio/taiga-back:latest
command: --timeout 123
# (...)
Save and restart the service et voilà!
The entrypoint script for taiga-back is defined at taiga-back/docker/entrypoint.sh at main · taigaio/taiga-back · GitHub
I hope this can help
Best regards