Skip to content

Commit

Permalink
Switch to latest voi-node build
Browse files Browse the repository at this point in the history
  • Loading branch information
hsoerensen committed Aug 11, 2024
1 parent d1932a9 commit fd9f0fe
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docker/archiver.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.9"
services:
archiver:
image: ghcr.io/voinetwork/voi-node:pr-2
image: ghcr.io/voinetwork/voi-node:latest
hostname: ${VOINETWORK_TELEMETRY_NAME}
environment:
VOINETWORK_PROFILE: ${VOINETWORK_PROFILE}
Expand All @@ -25,7 +25,7 @@ services:
restart_policy:
condition: on-failure
node-exporter:
image: ghcr.io/voinetwork/voi-node:pr-2
image: ghcr.io/voinetwork/voi-node:latest
hostname: ${VOINETWORK_TELEMETRY_NAME}
environment:
- GOGC=25
Expand Down
2 changes: 1 addition & 1 deletion docker/compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.8"
services:
algod:
image: ghcr.io/voinetwork/voi-node-participation:pr-2
image: ghcr.io/voinetwork/voi-node-participation:latest
environment:
TELEMETRY_NAME: ${VOINETWORK_TELEMETRY_NAME}
VOINETWORK_PROFILE: ${VOINETWORK_PROFILE}
Expand Down
4 changes: 2 additions & 2 deletions docker/developer.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.9"
services:
developer:
image: ghcr.io/voinetwork/voi-node-participation:pr-2
image: ghcr.io/voinetwork/voi-node:latest
hostname: ${VOINETWORK_TELEMETRY_NAME}
environment:
VOINETWORK_PROFILE: ${VOINETWORK_PROFILE}
Expand All @@ -24,7 +24,7 @@ services:
restart_policy:
condition: on-failure
node-exporter:
image: ghcr.io/voinetwork/voi-node:pr-2
image: ghcr.io/voinetwork/voi-node:latest
hostname: ${VOINETWORK_TELEMETRY_NAME}
environment:
- GOGC=25
Expand Down
4 changes: 2 additions & 2 deletions docker/relay.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.9"
services:
relay:
image: ghcr.io/voinetwork/voi-node:pr-2
image: ghcr.io/voinetwork/voi-node:latest
hostname: ${VOINETWORK_TELEMETRY_NAME}
environment:
VOINETWORK_PROFILE: ${VOINETWORK_PROFILE}
Expand All @@ -25,7 +25,7 @@ services:
restart_policy:
condition: on-failure
node-exporter:
image: ghcr.io/voinetwork/voi-node:pr-2
image: ghcr.io/voinetwork/voi-node:latest
hostname: ${VOINETWORK_TELEMETRY_NAME}
environment:
- GOGC=25
Expand Down

0 comments on commit fd9f0fe

Please sign in to comment.