Skip to content

Commit

Permalink
fix: Remove unnecessary docker compose dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Julep Developers authored and creatorrr committed Sep 23, 2024
1 parent c33bbea commit 5af942a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions agents-api/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ services:
build:
context: .
dockerfile: Dockerfile.worker
depends_on:
temporal:
condition: service_started

develop:
watch:
Expand Down
2 changes: 0 additions & 2 deletions scheduler/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ services:
image: temporalio/ui:latest
profiles:
- temporal-ui
depends_on:
- temporal
environment:
- TEMPORAL_ADDRESS=${TEMPORAL_ADDRESS:-temporal:7233}
- TEMPORAL_CORS_ORIGINS=${TEMPORAL_CORS_ORIGINS:-http://localhost:3000}
Expand Down

0 comments on commit 5af942a

Please sign in to comment.