aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose-test.yaml
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2023-05-09 19:47:26 +0000
committerterminaldweller <devi@terminaldweller.com>2023-05-09 19:47:26 +0000
commit057a0e1076068ebb20c987f2e9aebe96a8e550ec (patch)
tree03968aa21f735b791362e5b30fdd482de874f455 /docker-compose-test.yaml
parentwe no longer need to change the cert names manually (diff)
downloadhived-057a0e1076068ebb20c987f2e9aebe96a8e550ec.tar.gz
hived-057a0e1076068ebb20c987f2e9aebe96a8e550ec.zip
using the simpler proxyfromenv function from the stdlib
Diffstat (limited to 'docker-compose-test.yaml')
-rw-r--r--docker-compose-test.yaml6
1 files changed, 3 insertions, 3 deletions
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: