Example: Reverse Proxy (NodeJS) Docker Compose example with HTTPD acting as a Reverse Proxy and a remote NodeJS server. Run docker-compose up View # HTTP curl http://localhost:8000 # HTTPS curl -k https://localhost:8443