Use local-only Telebit image

This commit is contained in:
Elias Renman
2026-06-25 15:49:17 +02:00
parent fe84f27b50
commit 82debd23a9

View File

@@ -4,7 +4,8 @@ services:
context: .
args:
TELEBIT_REF: ${TELEBIT_REF:-master}
image: telebit-go:local
image: localhost/telebit-go:local
pull_policy: build
command: telebit-relay
restart: unless-stopped
depends_on:
@@ -23,7 +24,8 @@ services:
- relay-acme:/var/lib/telebit/acme.d
mgmt:
image: telebit-go:local
image: localhost/telebit-go:local
pull_policy: never
command: telebit-mgmt
restart: unless-stopped
depends_on: