Skip to content
This repository was archived by the owner on Mar 8, 2025. It is now read-only.

Commit

Permalink
Birdwatcher must depend on API because it calls it
Browse files Browse the repository at this point in the history
  • Loading branch information
ktecho committed Mar 21, 2024
1 parent 0e21d9e commit 13f2a05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ services:
context: ./
dockerfile: ./birdwatcher/Dockerfile
image: plebeianmarket-birdwatcher
depends_on: [api]
restart: always
stop_grace_period: 15s
networks:
Expand Down

0 comments on commit 13f2a05

Please sign in to comment.