Docker & Docker Compose configurations Basic example Here you have a web app defined in a Dockerfile, this web app has an HTTP service running on port 3000. deployments: MyApp: filename: ./src/Dockerfile context_path: ./src port_forwarding: # Squash by default expects an HTTP service running on port 80. # For this example the HTTP service is
Read more