Skip to content

Commit

Permalink
Merge branch 'main' into pre-push-hook
Browse files Browse the repository at this point in the history
  • Loading branch information
GitGab19 authored Aug 28, 2024
2 parents ae760bd + 2d31011 commit ceb298c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docker-compose-config-a.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -414,9 +414,10 @@ services:
image: inzania/network-traffic-metrics:latest
network_mode: host
container_name: monitor-traffic-tcpdump
platform: linux/amd64
environment:
- "NTM_INTERFACE=any"
- "NTM_FILTERS="
- "NTM_FILTERS="

prometheus:
image: prom/prometheus:v2.36.2
Expand Down Expand Up @@ -525,6 +526,7 @@ services:
image: izakmarais/grafana-reporter:${gr_version:-latest}
command: "-ip grafana:3000 -grid-layout=1"
container_name: reporter
platform: linux/amd64
depends_on:
- grafana
ports:
Expand Down
4 changes: 3 additions & 1 deletion docker-compose-config-c.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -336,9 +336,10 @@ services:
image: inzania/network-traffic-metrics:latest
network_mode: host
container_name: monitor-traffic-tcpdump
platform: linux/amd64
environment:
- "NTM_INTERFACE=any"
- "NTM_FILTERS="
- "NTM_FILTERS="

prometheus:
image: prom/prometheus:v2.36.2
Expand Down Expand Up @@ -448,6 +449,7 @@ services:
image: izakmarais/grafana-reporter:${gr_version:-latest}
command: "-ip grafana:3000 -grid-layout=1"
container_name: reporter
platform: linux/amd64
depends_on:
- grafana
ports:
Expand Down

0 comments on commit ceb298c

Please sign in to comment.