Make GOPROXY a build arg (proxy.golang.org is blocked on some networks)
Some checks failed
ci / test (push) Has been cancelled
ci / release (push) Has been cancelled

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-14 12:39:25 +02:00
parent 2ebfa4caaf
commit bf8e98dd49
3 changed files with 10 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ services:
context: .
args:
VERSION: ${TEFTER_VERSION:-dev}
GOPROXY: ${GOPROXY:-https://proxy.golang.org,direct}
environment:
TEFTER_DB: /data/tefter.db
volumes: