mirror of
https://github.com/thib8956/nginx-proxy
synced 2024-11-22 03:46:29 +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'
|
||||
services:
|
||||
nginx-proxy:
|
||||
nginx-proxy:
|
||||
image: jwilder/nginx-proxy:test
|
||||
volumes:
|
||||
- /var/run/docker.sock:/tmp/docker.sock: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
|
||||
|
||||
web1:
|
||||
web1:
|
||||
image: web
|
||||
expose:
|
||||
- "81"
|
||||
@ -15,7 +13,7 @@ services:
|
||||
WEB_PORTS: 81
|
||||
VIRTUAL_HOST: web1.nginx-proxy.local
|
||||
|
||||
web2:
|
||||
web2:
|
||||
image: web
|
||||
expose:
|
||||
- "82"
|
||||
@ -23,7 +21,7 @@ services:
|
||||
WEB_PORTS: 82
|
||||
VIRTUAL_HOST: web2.nginx-proxy.local
|
||||
|
||||
web3:
|
||||
web3:
|
||||
image: web
|
||||
expose:
|
||||
- "83"
|
||||
|
Loading…
Reference in New Issue
Block a user