1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-02-24 17:58:16 +00:00
nginx-proxy/test/test_ssl/test_cert_selection.yml

34 lines
718 B
YAML
Raw Normal View History

2024-12-07 20:15:44 +01:00
services:
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"
2024-12-07 20:15:44 +01:00
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"
2024-12-07 20:15:44 +01:00
sut:
image: nginxproxy/nginx-proxy:test
volumes:
- /var/run/docker.sock:/tmp/docker.sock:ro
- ./cert_selection:/etc/nginx/certs:ro
2024-12-07 20:15:44 +01:00
- ./acme_root:/usr/share/nginx/html:ro
environment:
DEBUG_ENDPOINT: "true"