mirror of
https://github.com/thib8956/nginx-proxy
synced 2025-02-23 17:28:14 +00:00
tests: refactor due to rebase
This commit is contained in:
parent
9312d5239a
commit
a61e485410
@ -1,4 +1,8 @@
|
|||||||
services:
|
services:
|
||||||
|
nginx-proxy:
|
||||||
|
environment:
|
||||||
|
NON_GET_REDIRECT: 308
|
||||||
|
|
||||||
web1:
|
web1:
|
||||||
image: web
|
image: web
|
||||||
expose:
|
expose:
|
||||||
@ -16,11 +20,3 @@ services:
|
|||||||
VIRTUAL_HOST: "web2.nginx-proxy.tld"
|
VIRTUAL_HOST: "web2.nginx-proxy.tld"
|
||||||
labels:
|
labels:
|
||||||
com.github.nginx-proxy.nginx-proxy.non-get-redirect: 307
|
com.github.nginx-proxy.nginx-proxy.non-get-redirect: 307
|
||||||
|
|
||||||
sut:
|
|
||||||
image: nginxproxy/nginx-proxy:test
|
|
||||||
environment:
|
|
||||||
NON_GET_REDIRECT: 308
|
|
||||||
volumes:
|
|
||||||
- /var/run/docker.sock:/tmp/docker.sock:ro
|
|
||||||
- ./certs:/etc/nginx/certs:ro
|
|
||||||
|
@ -6,9 +6,3 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
WEB_PORTS: "81"
|
WEB_PORTS: "81"
|
||||||
VIRTUAL_HOST: "nginx-proxy.tld"
|
VIRTUAL_HOST: "nginx-proxy.tld"
|
||||||
|
|
||||||
sut:
|
|
||||||
image: nginxproxy/nginx-proxy:test
|
|
||||||
volumes:
|
|
||||||
- /var/run/docker.sock:/tmp/docker.sock:ro
|
|
||||||
- ./certs:/etc/nginx/certs:ro
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user