Skip to content

Commit

Permalink
fixup! wip
Browse files Browse the repository at this point in the history
fixing service startup order:x
  • Loading branch information
endersonmaia committed Oct 31, 2024
1 parent e855189 commit ac0eda4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions apps/cli/src/node/docker-compose-anvil.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@ services:
image: cartesi/rollups-node:devel
restart: on-failure
depends_on:
anvil:
validator:
condition: service_started
migration:
condition: service_completed_successfully
env_file:
- ${CARTESI_BIN_PATH}/node/default.env
command:
Expand Down
4 changes: 2 additions & 2 deletions apps/cli/src/node/docker-compose-validator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ services:
validator:
image: cartesi/rollups-node:devel
depends_on:
dapp_deployer:
condition: service_completed_successfully
migration:
condition: service_completed_successfully
anvil:
condition: service_healthy
expose:
- "10000"
healthcheck:
Expand Down

0 comments on commit ac0eda4

Please sign in to comment.