Skip to content

Commit

Permalink
Merge pull request #264 from EspressoSystems/update/zkevm-node
Browse files Browse the repository at this point in the history
Update/zkevm node YOLO
  • Loading branch information
Ancient123 authored Jan 16, 2024
2 parents afa0684 + 85b04ab commit 90c4f0f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions standalone-docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include:

services:
orchestrator:
image: ghcr.io/espressosystems/espresso-sequencer/orchestrator:main
image: ghcr.io/espressosystems/espresso-sequencer/orchestrator:release-gibraltar
ports:
- "$ESPRESSO_ORCHESTRATOR_PORT:$ESPRESSO_ORCHESTRATOR_PORT"
environment:
Expand All @@ -18,7 +18,7 @@ services:
- RUST_LOG_FORMAT
stop_grace_period: 1s
da-server:
image: ghcr.io/espressosystems/espresso-sequencer/web-server:main
image: ghcr.io/espressosystems/espresso-sequencer/web-server:release-gibraltar
ports:
- "$ESPRESSO_DA_SERVER_PORT:$ESPRESSO_WEB_SERVER_PORT"
environment:
Expand All @@ -29,7 +29,7 @@ services:
condition: service_healthy
stop_grace_period: 1s
consensus-server:
image: ghcr.io/espressosystems/espresso-sequencer/web-server:main
image: ghcr.io/espressosystems/espresso-sequencer/web-server:release-gibraltar
ports:
- "$ESPRESSO_CONSENSUS_SERVER_PORT:$ESPRESSO_WEB_SERVER_PORT"
environment:
Expand All @@ -41,7 +41,7 @@ services:
stop_grace_period: 1s

sequencer0:
image: ghcr.io/espressosystems/espresso-sequencer/sequencer:main
image: ghcr.io/espressosystems/espresso-sequencer/sequencer:release-gibraltar
# Run consensus *plus* the sequencer API server.
command: /bin/sequencer -- http -- query -- status -- submit
ports:
Expand All @@ -64,7 +64,7 @@ services:
extra_hosts:
- "host.docker.internal:host-gateway"
sequencer1:
image: ghcr.io/espressosystems/espresso-sequencer/sequencer:main
image: ghcr.io/espressosystems/espresso-sequencer/sequencer:release-gibraltar
environment:
- ESPRESSO_SEQUENCER_ORCHESTRATOR_URL
- ESPRESSO_SEQUENCER_DA_SERVER_URL
Expand All @@ -85,7 +85,7 @@ services:
extra_hosts:
- "host.docker.internal:host-gateway"
sequencer2:
image: ghcr.io/espressosystems/espresso-sequencer/sequencer:main
image: ghcr.io/espressosystems/espresso-sequencer/sequencer:release-gibraltar
environment:
- ESPRESSO_SEQUENCER_ORCHESTRATOR_URL
- ESPRESSO_SEQUENCER_DA_SERVER_URL
Expand All @@ -103,7 +103,7 @@ services:
extra_hosts:
- "host.docker.internal:host-gateway"
sequencer3:
image: ghcr.io/espressosystems/espresso-sequencer/sequencer:main
image: ghcr.io/espressosystems/espresso-sequencer/sequencer:release-gibraltar
environment:
- ESPRESSO_SEQUENCER_ORCHESTRATOR_URL
- ESPRESSO_SEQUENCER_DA_SERVER_URL
Expand All @@ -121,7 +121,7 @@ services:
extra_hosts:
- "host.docker.internal:host-gateway"
sequencer4:
image: ghcr.io/espressosystems/espresso-sequencer/sequencer:main
image: ghcr.io/espressosystems/espresso-sequencer/sequencer:release-gibraltar
environment:
- ESPRESSO_SEQUENCER_ORCHESTRATOR_URL
- ESPRESSO_SEQUENCER_DA_SERVER_URL
Expand All @@ -139,7 +139,7 @@ services:
extra_hosts:
- "host.docker.internal:host-gateway"
commitment-task:
image: ghcr.io/espressosystems/espresso-sequencer/commitment-task:main
image: ghcr.io/espressosystems/espresso-sequencer/commitment-task:release-gibraltar
environment:
- ESPRESSO_SEQUENCER_ETH_MNEMONIC
- ESPRESSO_SEQUENCER_HOTSHOT_ACCOUNT_INDEX
Expand Down
2 changes: 1 addition & 1 deletion zkevm-node

0 comments on commit 90c4f0f

Please sign in to comment.