Docker: proxy args for go mod download (temporary)
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
services:
|
||||
worktime-bot:
|
||||
build: .
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
HTTP_PROXY: http://192.168.100.2:10808
|
||||
HTTPS_PROXY: http://192.168.100.2:10808
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user