Shuji, I believe you are talking about the below section.
ports:
- "8000:80"
This allows the YML to map the host port to the container port. In this case, traffic is able only ports 80 and 443 are supported for web apps. As a result, you shouldn't have to specify the port number when calling the service.
In regards to using HTTPS, you will need to enforce HTTPS only for the container, under SSL settings, and then develop URL rewrite rules to convert any http requests into HTTPS requests.
