Skip to content

Commit

Permalink
Add marketplace builder to process-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinI committed Jul 31, 2024
1 parent cfe9b63 commit ec0877d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions process-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,27 @@ processes:
path: /healthcheck
failure_threshold: 100

marketplace-builder:
command: marketplace-builder
ports:
- "$ESPRESSO_BUILDER_SERVER_PORT:$ESPRESSO_BUILDER_SERVER_PORT"
environment:
- ESPRESSO_MARKETPLACE_BUILDER_SOLVER_URL=http://localhost:$ESPRESSO_MARKETPLACE_SOLVER_API_PORT
- ESPRESSO_MARKETPLACE_BUILDER_NAMESPACE=10000
- ESPRESSO_SEQUENCER_STATE_PEERS=http://localhost:$ESPRESSO_SEQUENCER_API_PORT
- ESPRESSO_SEQUENCER_HOTSHOT_EVENT_STREAMING_API_URL=http://localhost:$ESPRESSO_SEQUENCER_HOTSHOT_EVENT_STREAMING_API_PORT
- ESPRESSO_BUILDER_GENESIS_FILE
depends_on:
fund-builder:
condition: process_completed
readiness_probe:
http_get:
scheme: http
host: localhost
port: $ESPRESSO_BUILDER_SERVER_PORT
path: /healthcheck
failure_threshold: 100

permissionless-builder:
command: permissionless-builder
ports:
Expand Down

0 comments on commit ec0877d

Please sign in to comment.