docker-compose
docker-compose copied to clipboard
Fix zombie process caused by auto-setup.sh by running temporal contai…
When using docker-compose-postgres.yml, the temporal auto-setup container leaves a zombie process ([auto-setup.sh]
Running the container entrypoint through tini resolves the issue by properly reaping child processes.
This PR adds: entrypoint: ["tini", "--", "/auto-setup.sh"]
Tested locally — zombie no longer appears in ps aux.