-
-
Save benms/ff097f1c1325abf0aa01dc3cf72c68ca to your computer and use it in GitHub Desktop.
httpx proxy to *.docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
services: | |
# https://github.com/codekitchen/dinghy-http-proxy | |
http-proxy: | |
image: codekitchen/dinghy-http-proxy | |
container_name: http-proxy | |
privileged: true | |
environment: | |
- CONTAINER_NAME=http-proxy | |
ports: | |
- 80:80 | |
- 443:443 | |
- 19322:19322/udp | |
volumes: | |
- /var/run/docker.sock:/tmp/docker.sock:ro | |
# comment if you don't going to use https | |
- ~/.dinghy/certs:/etc/nginx/certs | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment