Skip to content

Commit

Permalink
Disable logging of external services
Browse files Browse the repository at this point in the history
  • Loading branch information
Pliner committed Jun 16, 2019
1 parent 03494f0 commit 6961a6d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ version: "3.7"
services:
redis:
image: redis:alpine
logging:
driver: "none"

prometheus:
image: prom/prometheus
Expand All @@ -15,6 +17,8 @@ services:
image: graphiteapp/graphite-statsd
ports:
- "7080:80"
logging:
driver: "none"

filter:
build:
Expand Down Expand Up @@ -77,6 +81,8 @@ services:
- balancer
volumes:
- ./local/nginx.conf:/etc/nginx/conf.d/moira.conf
logging:
driver: "none"

relay:
image: bodsch/docker-carbon-c-relay
Expand All @@ -88,5 +94,8 @@ services:
volumes:
- ./local/relay.conf:/home/relay/carbon-c-relay.conf
command: /usr/bin/relay -E -s -f /home/relay/carbon-c-relay.conf
logging:
driver: "none"

networks:
balancer:

0 comments on commit 6961a6d

Please sign in to comment.