Bence Csik
Bence Csik
I'm new to Python. I welcome every suggestion. :)
It's possible to check if the healthcheck passed trought the cli. `docker ps --format json` will list all the services running and their corresponding healthchecks. Proposed method signature: compose.wait_for_healthcheck(sec: int...
Return a touple with the host and the port ``` python def get_service_info(self, service, port): """ Returns the host and the port for one of the services. Parameters ---------- service:...