mirror of
https://github.com/thib8956/nginx-proxy
synced 2024-11-22 11:56:31 +00:00
fixup! TESTS: add test for custom default configuration
This commit is contained in:
parent
23d361d1da
commit
150365e784
@ -1,13 +1,11 @@
|
|||||||
version: '2'
|
nginx-proxy:
|
||||||
services:
|
|
||||||
nginx-proxy:
|
|
||||||
image: jwilder/nginx-proxy:test
|
image: jwilder/nginx-proxy:test
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/tmp/docker.sock:ro
|
- /var/run/docker.sock:/tmp/docker.sock:ro
|
||||||
- ./my_custom_proxy_settings.conf:/etc/nginx/vhost.d/default_location:ro
|
- ./my_custom_proxy_settings.conf:/etc/nginx/vhost.d/default_location:ro
|
||||||
- ./my_custom_proxy_settings_bar.conf:/etc/nginx/vhost.d/web3.nginx-proxy.local_location:ro
|
- ./my_custom_proxy_settings_bar.conf:/etc/nginx/vhost.d/web3.nginx-proxy.local_location:ro
|
||||||
|
|
||||||
web1:
|
web1:
|
||||||
image: web
|
image: web
|
||||||
expose:
|
expose:
|
||||||
- "81"
|
- "81"
|
||||||
@ -15,7 +13,7 @@ services:
|
|||||||
WEB_PORTS: 81
|
WEB_PORTS: 81
|
||||||
VIRTUAL_HOST: web1.nginx-proxy.local
|
VIRTUAL_HOST: web1.nginx-proxy.local
|
||||||
|
|
||||||
web2:
|
web2:
|
||||||
image: web
|
image: web
|
||||||
expose:
|
expose:
|
||||||
- "82"
|
- "82"
|
||||||
@ -23,7 +21,7 @@ services:
|
|||||||
WEB_PORTS: 82
|
WEB_PORTS: 82
|
||||||
VIRTUAL_HOST: web2.nginx-proxy.local
|
VIRTUAL_HOST: web2.nginx-proxy.local
|
||||||
|
|
||||||
web3:
|
web3:
|
||||||
image: web
|
image: web
|
||||||
expose:
|
expose:
|
||||||
- "83"
|
- "83"
|
||||||
|
Loading…
Reference in New Issue
Block a user