Skip to content

Commit

Permalink
Fixed label in compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad45123 committed May 18, 2024
1 parent 5692f60 commit a500662
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ services:
labels:
com.datadoghq.ad.check_names: '["rabbitmq"]'
com.datadoghq.ad.init_configs: '[{}]'
com.datadoghq.ad.instances: '[{"prometheus_plugin": {"url": "http://%%host%%:15692"}}]'
com.datadoghq.ad.instances: '[{"prometheus_plugin": {"url": "http://service_mq:15692"}}]'

service_redis:
image: redis:7.2.4
Expand All @@ -57,7 +57,7 @@ services:
labels:
com.datadoghq.ad.check_names: '["redisdb"]'
com.datadoghq.ad.init_configs: '[{}]'
com.datadoghq.ad.instances: '[{"host": "%%host%%","port":"6379"}]'
com.datadoghq.ad.instances: '[{"host": "service_redis","port":"6379"}]'

# ----- JOBS MICROSERVICE -------
service_jobs:
Expand Down

0 comments on commit a500662

Please sign in to comment.