1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-07-03 07:15:46 +00:00

tests: remove remaining unneeded container config

This commit is contained in:
Nicolas Duchon
2024-12-30 20:45:08 +01:00
parent bfdd72fe95
commit 005377c6e5
3 changed files with 0 additions and 9 deletions

View File

@ -0,0 +1,21 @@
services:
nginx-proxy:
environment:
HTTP_PORT: 8888
network_mode: host
host-network-1:
image: web
environment:
WEB_PORTS: "8080"
VIRTUAL_HOST: "host-network-1.nginx-proxy.tld"
VIRTUAL_PORT: "8080"
network_mode: host
host-network-2:
image: web
environment:
WEB_PORTS: "8181"
VIRTUAL_HOST: "host-network-2.nginx-proxy.tld"
VIRTUAL_PORT: "8181"
network_mode: host