From 057a0e1076068ebb20c987f2e9aebe96a8e550ec Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Tue, 9 May 2023 23:17:26 +0330 Subject: using the simpler proxyfromenv function from the stdlib --- docker-compose-test.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docker-compose-test.yaml') diff --git a/docker-compose-test.yaml b/docker-compose-test.yaml index b0030bc..fa82a35 100644 --- a/docker-compose-test.yaml +++ b/docker-compose-test.yaml @@ -21,7 +21,7 @@ services: - ALL environment: - SERVER_DEPLOYMENT_TYPE=test - - ALL_PROXY=192.168.1.214:9995 + - HTTPS_PROXY=socks5://192.168.1.214:9995 telebot: image: telebot build: @@ -37,7 +37,7 @@ services: - ALL environment: - SERVER_DEPLOYMENT_TYPE=test - - ALL_PROXY=192.168.1.214:9995 + - HTTPS_PROXY=socks5://192.168.1.214:9995 arbiter: image: arbiter build: @@ -51,7 +51,7 @@ services: - ALL environment: - SERVER_DEPLOYMENT_TYPE=test - - ALL_PROXY=192.168.1.214:9995 + - HTTPS_PROXY=socks5://192.168.1.214:9995 redis: image: redis:6.2-alpine networks: -- cgit v1.2.3