mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-15 00:00:39 -04:00
enable links on docker allowing to test the env http proxy set up
This commit is contained in:
parent
fde8ea3276
commit
566421b3c1
@ -47,6 +47,8 @@ services:
|
|||||||
- ./test/support/ssh:/config
|
- ./test/support/ssh:/config
|
||||||
depends_on:
|
depends_on:
|
||||||
- nghttp2
|
- nghttp2
|
||||||
|
links:
|
||||||
|
- "nghttp2:another"
|
||||||
|
|
||||||
socksproxy:
|
socksproxy:
|
||||||
image: qautomatron/docker-3proxy
|
image: qautomatron/docker-3proxy
|
||||||
@ -55,6 +57,8 @@ services:
|
|||||||
- "3129:3129"
|
- "3129:3129"
|
||||||
volumes:
|
volumes:
|
||||||
- ./test/support/ci:/etc/3proxy
|
- ./test/support/ci:/etc/3proxy
|
||||||
|
links:
|
||||||
|
- "nghttp2:another"
|
||||||
|
|
||||||
httpproxy:
|
httpproxy:
|
||||||
image: sameersbn/squid:3.5.27-2
|
image: sameersbn/squid:3.5.27-2
|
||||||
@ -63,6 +67,8 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./test/support/ci/squid/proxy.conf:/etc/squid/squid.conf
|
- ./test/support/ci/squid/proxy.conf:/etc/squid/squid.conf
|
||||||
- ./test/support/ci/proxy-users:/etc/squid/proxy-users
|
- ./test/support/ci/proxy-users:/etc/squid/proxy-users
|
||||||
|
links:
|
||||||
|
- "nghttp2:another"
|
||||||
command:
|
command:
|
||||||
-d 3
|
-d 3
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user