The clients (both regular and follower) were broken -
First error -
ERROR: for cluster_follower-client_1 Cannot create container for service follower-client: the working directory '-w /src/cli' is invalid, it needs to be an absolute path
Fixed by removing the "-w" flag.
Then, if I was raising the clients using docker-compose up -d client it was exiting immediately,
So I added the sleep entrypoint.
The clients (both regular and follower) were broken - First error -
Fixed by removing the "-w" flag.
Then, if I was raising the clients using
docker-compose up -d client
it was exiting immediately, So I added thesleep
entrypoint.