Skip to content

Commit

Permalink
Update docker-cmpose to use image for refiner from ghcr.io
Browse files Browse the repository at this point in the history
  • Loading branch information
spilin committed Jan 24, 2025
1 parent f891a1e commit b12de8e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion contrib/config/docker/mainnet_datalake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
static-network:
command: /app/app start -c /config/relayer.yaml
refiner:
image: nearaurora/srpc2-refiner
image: ghcr.io/aurora-is-near/borealis-engine-lib
container_name: srpc2-refiner
restart: unless-stopped
environment:
Expand Down
2 changes: 1 addition & 1 deletion contrib/config/docker/mainnet_nearcore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
static-network:
command: /app/app start -c /config/relayer.yaml
refiner:
image: nearaurora/srpc2-refiner
image: ghcr.io/aurora-is-near/borealis-engine-lib
container_name: srpc2-refiner
restart: unless-stopped
environment:
Expand Down
2 changes: 1 addition & 1 deletion contrib/config/docker/silo_datalake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
static-network:
command: /app/app start -c /config/relayer.yaml
refiner:
image: nearaurora/srpc2-refiner
image: ghcr.io/aurora-is-near/borealis-engine-lib
container_name: srpc2-refiner
entrypoint: ["/docker-entrypoint.sh", "%%SILO_FROM_BLOCK%%"]
restart: unless-stopped
Expand Down
2 changes: 1 addition & 1 deletion contrib/config/docker/silo_nearcore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
static-network:
command: /app/app start -c /config/relayer.yaml
refiner:
image: nearaurora/srpc2-refiner
image: ghcr.io/aurora-is-near/borealis-engine-lib
container_name: srpc2-refiner
entrypoint: ["/docker-entrypoint.sh", "%%SILO_FROM_BLOCK%%"]
restart: unless-stopped
Expand Down
2 changes: 1 addition & 1 deletion contrib/config/docker/testnet_datalake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
static-network:
command: /app/app start -c /config/relayer.yaml
refiner:
image: nearaurora/srpc2-refiner
image: ghcr.io/aurora-is-near/borealis-engine-lib
container_name: srpc2-refiner
restart: unless-stopped
environment:
Expand Down
2 changes: 1 addition & 1 deletion contrib/config/docker/testnet_nearcore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
static-network:
command: /app/app start -c /config/relayer.yaml
refiner:
image: nearaurora/srpc2-refiner
image: ghcr.io/aurora-is-near/borealis-engine-lib
container_name: srpc2-refiner
restart: unless-stopped
environment:
Expand Down

0 comments on commit b12de8e

Please sign in to comment.