mirror of
https://github.com/thib8956/nginx-proxy
synced 2025-07-02 06:45:45 +00:00
test: fix: Rename new test files
This commit is contained in:
committed by
Nicolas Duchon
parent
2509fc1076
commit
7ede0fa4b9
28
test/test_internal/test_internal-per-vpath.yml
Normal file
28
test/test_internal/test_internal-per-vpath.yml
Normal file
@ -0,0 +1,28 @@
|
||||
web1:
|
||||
image: web
|
||||
expose:
|
||||
- "81"
|
||||
environment:
|
||||
WEB_PORTS: 81
|
||||
VIRTUAL_HOST: nginx-proxy.local
|
||||
VIRTUAL_PATH: /web1/
|
||||
VIRTUAL_DEST: /
|
||||
NETWORK_ACCESS: internal
|
||||
|
||||
web2:
|
||||
image: web
|
||||
expose:
|
||||
- "82"
|
||||
environment:
|
||||
WEB_PORTS: 82
|
||||
VIRTUAL_HOST: nginx-proxy.local
|
||||
VIRTUAL_PATH: /web2/
|
||||
VIRTUAL_DEST: /
|
||||
|
||||
sut:
|
||||
image: nginxproxy/nginx-proxy:test
|
||||
volumes:
|
||||
- /var/run/docker.sock:/tmp/docker.sock:ro
|
||||
- ../lib/ssl/dhparam.pem:/etc/nginx/dhparam/dhparam.pem:ro
|
||||
- ./network_internal.conf:/etc/nginx/network_internal.conf:ro
|
||||
|
Reference in New Issue
Block a user