Skip to content

Commit

Permalink
Merge branch 'main' into feat/nasty-client
Browse files Browse the repository at this point in the history
  • Loading branch information
jbearer authored Apr 1, 2024
2 parents ffb87f3 + 84fbc0c commit 8b07da7
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ services:
ports:
- "$ESPRESSO_SEQUENCER_API_PORT:$ESPRESSO_SEQUENCER_API_PORT"
# Run the full API server with all modules, default storage
command: sequencer -- http -- query -- state -- status -- submit
command: sequencer -- http -- query -- catchup -- status -- submit
environment:
- ESPRESSO_SEQUENCER_ORCHESTRATOR_URL
- ESPRESSO_SEQUENCER_DA_SERVER_URL
Expand Down Expand Up @@ -147,8 +147,7 @@ services:
image: ghcr.io/espressosystems/espresso-sequencer/sequencer:main
ports:
- "$ESPRESSO_SEQUENCER1_API_PORT:$ESPRESSO_SEQUENCER_API_PORT"
# Run the availability API only, using postgres for persistence
command: sequencer -- storage-sql -- http -- query -- state
command: sequencer -- storage-sql -- http -- query -- catchup
environment:
- ESPRESSO_SEQUENCER_ORCHESTRATOR_URL
- ESPRESSO_SEQUENCER_DA_SERVER_URL
Expand Down Expand Up @@ -181,8 +180,7 @@ services:
image: ghcr.io/espressosystems/espresso-sequencer/sequencer:main
ports:
- "$ESPRESSO_SEQUENCER2_API_PORT:$ESPRESSO_SEQUENCER_API_PORT"
# Run the status API only. Load config from the file system.
command: sequencer -- storage-fs -- http -- status -- state
command: sequencer -- http -- catchup -- status
environment:
- ESPRESSO_SEQUENCER_ORCHESTRATOR_URL
- ESPRESSO_SEQUENCER_DA_SERVER_URL
Expand Down Expand Up @@ -212,8 +210,7 @@ services:
image: ghcr.io/espressosystems/espresso-sequencer/sequencer:main
ports:
- "$ESPRESSO_SEQUENCER3_API_PORT:$ESPRESSO_SEQUENCER_API_PORT"
# Run the submit API only. Load config from the file system.
command: sequencer -- storage-fs -- http -- submit -- state
command: sequencer -- http -- catchup -- status
environment:
- ESPRESSO_SEQUENCER_ORCHESTRATOR_URL
- ESPRESSO_SEQUENCER_DA_SERVER_URL
Expand Down Expand Up @@ -242,8 +239,7 @@ services:
image: ghcr.io/espressosystems/espresso-sequencer/sequencer:main
ports:
- "$ESPRESSO_SEQUENCER4_API_PORT:$ESPRESSO_SEQUENCER_API_PORT"
# Run the minimal server with healthcheck only
command: sequencer -- http -- state
command: sequencer -- http -- catchup -- status
environment:
- ESPRESSO_SEQUENCER_ORCHESTRATOR_URL
- ESPRESSO_SEQUENCER_DA_SERVER_URL
Expand Down

0 comments on commit 8b07da7

Please sign in to comment.