Skip to content

Commit d4233a2

Browse files
committed
Update to use docker image env var
1 parent 471be4e commit d4233a2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker/archiver.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ services:
2525
restart_policy:
2626
condition: on-failure
2727
node-exporter:
28-
image: ghcr.io/voinetwork/voi-node-${VOINETWORK_NETWORK}:latest
28+
image: ${VOINETWORK_DOCKER_IMAGE}
2929
hostname: ${VOINETWORK_TELEMETRY_NAME}
3030
environment:
3131
- GOGC=25

docker/developer.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ services:
2424
restart_policy:
2525
condition: on-failure
2626
node-exporter:
27-
image: ghcr.io/voinetwork/voi-node-${VOINETWORK_NETWORK}:latest
27+
image: ${VOINETWORK_DOCKER_IMAGE}
2828
hostname: ${VOINETWORK_TELEMETRY_NAME}
2929
environment:
3030
- GOGC=25

docker/relay.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ services:
2525
restart_policy:
2626
condition: on-failure
2727
node-exporter:
28-
image: ghcr.io/voinetwork/voi-node-${VOINETWORK_NETWORK}:latest
28+
image: ${VOINETWORK_DOCKER_IMAGE}
2929
hostname: ${VOINETWORK_TELEMETRY_NAME}
3030
environment:
3131
- GOGC=25

0 commit comments

Comments
 (0)