1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-02-24 09:48:14 +00:00
nginx-proxy/test/test_ssl/test_cert-selection.yml

33 lines
724 B
YAML
Raw Normal View History

2024-12-07 20:15:44 +01:00
services:
nginx-proxy:
volumes:
- /var/run/docker.sock:/tmp/docker.sock:ro
- ${PYTEST_MODULE_PATH}/cert_selection:/etc/nginx/certs:ro
- ${PYTEST_MODULE_PATH}/acme_root:/usr/share/nginx/html:ro
environment:
DEBUG_ENDPOINT: "true"
base:
2024-12-07 20:15:44 +01:00
image: web
environment:
WEB_PORTS: "80"
VIRTUAL_HOST: "nginx-proxy.tld"
www:
2024-12-07 20:15:44 +01:00
image: web
environment:
WEB_PORTS: "80"
VIRTUAL_HOST: "www.nginx-proxy.tld"
sub-www:
2024-12-07 20:15:44 +01:00
image: web
environment:
WEB_PORTS: "80"
VIRTUAL_HOST: "subdomain.www.nginx-proxy.tld"
2024-12-07 20:15:44 +01:00
web1:
2024-12-07 20:15:44 +01:00
image: web
environment:
WEB_PORTS: "80"
VIRTUAL_HOST: "web1.nginx-proxy.tld"