mirror of
https://github.com/nginx-proxy/nginx-proxy
synced 2026-09-11 13:00:42 +02:00
14 lines
288 B
YAML
14 lines
288 B
YAML
services:
|
|
nginx-proxy:
|
|
volumes:
|
|
- /var/run/docker.sock:/tmp/docker.sock:ro
|
|
- ${PYTEST_MODULE_PATH}/certs:/etc/nginx/certs:ro
|
|
ports:
|
|
- "80:80"
|
|
- "443:443"
|
|
- "8080:8080"
|
|
- "8443:8443"
|
|
- "8000:8000"
|
|
- "4443:4443"
|
|
- "9443:9443"
|