Skip to content

Commit

Permalink
fix: Set new service names in depends_on
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyodar committed May 21, 2024
1 parent 370a9c3 commit 13dd014
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup/operator/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ services:
depends_on:
rmq:
condition: service_healthy
indexer:
near-sffl-indexer:
condition: service_healthy
ports:
- "127.0.0.1:9091:9091"
Expand All @@ -85,7 +85,7 @@ services:
profiles: [operator]
image: debian:bookworm
depends_on:
operator:
near-sffl-operator:
condition: service_started
command: sh -c "apt update && apt install -y netcat-traditional && sleep infinity"
healthcheck:
Expand Down

0 comments on commit 13dd014

Please sign in to comment.