The containers take exactly 10 seconds and shut down all at the same time, which funny enough is exactly the timeout period of compose to kill a non-reponding container. Investigate why is this happening. A clue might be that the shell script we are using to launch the components is not propagating SIGTERM to the bacula binaries.
The containers take exactly
10 secondsand shut down all at the same time, which funny enough is exactly the timeout period of compose to kill a non-reponding container. Investigate why is this happening. A clue might be that the shell script we are using to launch the components is not propagating SIGTERM to the bacula binaries.