Hi SZI,
there were few typo mistakes in the docker file, I just updated the same as per the error message. It did fix the issue. Thanks for checking on this.
The error message says “python app seems down” It seems like the verification is not about docker-compose file. Its about a python solution. In that case, i believe there should be more information given in the task.
This task is failed for me also. i was able to fix the docker-compose file errors and build the container.
the task was a success but it failed mentioning : ‘/opt/docker/docker-compose.yml’ on App Server 2 python app seems down
please have a look :
[root@stapp02 ~]# docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
6deef021c902 docker_web “/bin/sh -c 'python …” 48 seconds ago Up 36 seconds 0.0.0.0:5000->5000/tcp python
f3037f1b56cf docker_redis_app “/bin/sh -c 'python …” 59 seconds ago Up 47 seconds redis
[root@stapp02 ~]#