Skip to content

Commit

Permalink
Add depends_on to docker-compose and disable monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
galt-tr committed May 20, 2022
1 parent e6ad190 commit cef7890
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 cef7890

Please # to comment.