Use local-only Telebit image
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user