Use local-only Telebit image
This commit is contained in:
@@ -4,7 +4,8 @@ services:
|
|||||||
context: .
|
context: .
|
||||||
args:
|
args:
|
||||||
TELEBIT_REF: ${TELEBIT_REF:-master}
|
TELEBIT_REF: ${TELEBIT_REF:-master}
|
||||||
image: telebit-go:local
|
image: localhost/telebit-go:local
|
||||||
|
pull_policy: build
|
||||||
command: telebit-relay
|
command: telebit-relay
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
@@ -23,7 +24,8 @@ services:
|
|||||||
- relay-acme:/var/lib/telebit/acme.d
|
- relay-acme:/var/lib/telebit/acme.d
|
||||||
|
|
||||||
mgmt:
|
mgmt:
|
||||||
image: telebit-go:local
|
image: localhost/telebit-go:local
|
||||||
|
pull_policy: never
|
||||||
command: telebit-mgmt
|
command: telebit-mgmt
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
Reference in New Issue
Block a user