diff --git a/docker-compose.example.yml b/docker-compose.example.yml index 690d123..54bce82 100644 --- a/docker-compose.example.yml +++ b/docker-compose.example.yml @@ -21,6 +21,7 @@ services: - graphite_data:/opt/graphite/storage networks: - stats + logging: *default-logging grafana: image: grafana/grafana-oss:9.3.6-ubuntu volumes: @@ -36,6 +37,7 @@ services: retries: 3 networks: - stats + logging: *default-logging stats-getter: build: context: . @@ -49,4 +51,5 @@ services: - SERVER_PORT=21025 - INCLUDE_PUSH_STATUS_API=false networks: - - stats \ No newline at end of file + - stats + logging: *default-logging \ No newline at end of file