Skip to content

Commit

Permalink
Update query service for standalone demos
Browse files Browse the repository at this point in the history
  • Loading branch information
jbearer committed Dec 13, 2023
1 parent 76c686d commit df569fa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion espresso-sequencer
4 changes: 2 additions & 2 deletions op-e2e/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ services:
ports:
- "8080"
# Run the API server (with options taken from the environment) and the optional submission API
command: sequencer -- http -- query -- status -- submit
command: sequencer -- http -- query-fs -- status -- submit
environment:
- ESPRESSO_SEQUENCER_ORCHESTRATOR_URL=http://orchestrator:8080
- ESPRESSO_SEQUENCER_DA_SERVER_URL=http://da-server:8080
Expand All @@ -77,7 +77,7 @@ services:
image: ghcr.io/espressosystems/espresso-sequencer/sequencer:main
ports:
- "8080"
command: sequencer -- http -- query -- status
command: sequencer -- http -- query-fs -- status
environment:
- ESPRESSO_SEQUENCER_ORCHESTRATOR_URL=http://orchestrator:8080
- ESPRESSO_SEQUENCER_DA_SERVER_URL=http://da-server:8080
Expand Down
4 changes: 2 additions & 2 deletions ops-bedrock/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ services:
ports:
- "50000:8080"
# Run the API server (with options taken from the environment) and the optional submission API
command: sequencer -- http -- query -- status -- submit
command: sequencer -- http -- query-fs -- status -- submit
environment:
- ESPRESSO_SEQUENCER_ORCHESTRATOR_URL=http://orchestrator:8080
- ESPRESSO_SEQUENCER_DA_SERVER_URL=http://da-server:8080
Expand All @@ -647,7 +647,7 @@ services:
image: ghcr.io/espressosystems/espresso-sequencer/sequencer:main
ports:
- "8080"
command: sequencer -- http -- query -- status
command: sequencer -- http -- query-fs -- status
environment:
- ESPRESSO_SEQUENCER_ORCHESTRATOR_URL=http://orchestrator:8080
- ESPRESSO_SEQUENCER_DA_SERVER_URL=http://da-server:8080
Expand Down

0 comments on commit df569fa

Please sign in to comment.