I’m trying to run multicontainers. In fact there are 2 py files running in 2 different containers. Python files are printing on a while. But I can’t see the printing on the logs. When I run only one file it works. Can someone help on it. Attached py fil, dockerfile and docker compose.
Hello @Hugo what i see here is that you are building 2 services on the docker-compose from the python docker image instead from your dockerfile. Is that correct? Or could you please confirm what is the python image?