diff options
author | terminaldweller <thabogre@gmail.com> | 2023-02-28 20:40:22 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2023-02-28 20:40:22 +0000 |
commit | deccc46d93793098204cdc1405d9aac4bc9e80ae (patch) | |
tree | f219c40eaa8ce6f2b9f0fc3850220899ee3c6e87 /docker-compose-test.yaml | |
parent | golang lint fixes (diff) | |
download | hived-deccc46d93793098204cdc1405d9aac4bc9e80ae.tar.gz hived-deccc46d93793098204cdc1405d9aac4bc9e80ae.zip |
golang lint fixes
Diffstat (limited to '')
-rw-r--r-- | docker-compose-test.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docker-compose-test.yaml b/docker-compose-test.yaml index d1772fb..b0030bc 100644 --- a/docker-compose-test.yaml +++ b/docker-compose-test.yaml @@ -21,6 +21,7 @@ services: - ALL environment: - SERVER_DEPLOYMENT_TYPE=test + - ALL_PROXY=192.168.1.214:9995 telebot: image: telebot build: @@ -36,6 +37,7 @@ services: - ALL environment: - SERVER_DEPLOYMENT_TYPE=test + - ALL_PROXY=192.168.1.214:9995 arbiter: image: arbiter build: |