enable links on docker allowing to test the env http proxy set up

This commit is contained in:
HoneyryderChuck 2022-01-07 02:10:16 +02:00
parent fde8ea3276
commit 566421b3c1

View File

@ -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