diff --git a/docker-compose.yaml b/docker-compose.yaml index 594368b51..53bca6b22 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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