nginx-proxy-auto-docker/test/test_vhost-in-multiple-networks/test_vhost-in-multiple-networks.yml
2024-12-25 12:22:03 +01:00

21 lines
270 B
YAML

networks:
net1:
net2:
net3:
services:
nginx-proxy:
networks:
- net1
web:
image: web
expose:
- "81"
environment:
WEB_PORTS: 81
VIRTUAL_HOST: web1.nginx-proxy.example
networks:
- net1
- net2
- net3