Skip to content

Commit

Permalink
Merge pull request #71 from galt-tr/dcFix
Browse files Browse the repository at this point in the history
Add depends_on to docker-compose and disable monitoring
  • Loading branch information
rohenaz authored May 20, 2022
2 parents e6ad190 + cef7890 commit f6ef63d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/envs/docker-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"auth_token": "",
"bux_agent_url": "ws://localhost:8000/websocket",
"debug": false,
"enabled": true,
"enabled": false,
"false_positive_rate": 0.01,
"load_monitored_destinations": false,
"max_number_of_destinations": 100000,
Expand Down
5 changes: 5 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ services:
links:
- redis
- db
depends_on:
db:
condition: service_healthy
redis:
condition: service_healthy
redis:
image: redis
db:
Expand Down

0 comments on commit f6ef63d

Please sign in to comment.