ports
This commit is contained in:
parent
5219b1f678
commit
519eb66bef
1 changed files with 8 additions and 7 deletions
15
compose.yaml
15
compose.yaml
|
|
@ -24,7 +24,7 @@ services:
|
|||
cap_drop:
|
||||
- all
|
||||
ports:
|
||||
- "4000"
|
||||
- "4000:4000"
|
||||
networks:
|
||||
- monitoring_network
|
||||
|
||||
|
|
@ -60,7 +60,7 @@ services:
|
|||
volumes:
|
||||
- /app-config/grafana_data:/var/lib/grafana
|
||||
ports:
|
||||
- "3000"
|
||||
- "3000:3000"
|
||||
networks:
|
||||
- monitoring_network
|
||||
|
||||
|
|
@ -90,14 +90,14 @@ services:
|
|||
- '--web.console.templates=/etc/prometheus/consoles'
|
||||
- '--web.enable-lifecycle'
|
||||
ports:
|
||||
- 9090
|
||||
- 9090:9090
|
||||
networks:
|
||||
- monitoring_network
|
||||
|
||||
snmp-exporter:
|
||||
image: quay.io/prometheus/snmp-exporter
|
||||
container_name: snmp-exporter
|
||||
ports:
|
||||
expose:
|
||||
- 9116
|
||||
- 116/udp
|
||||
volumes:
|
||||
|
|
@ -118,8 +118,8 @@ services:
|
|||
volumes:
|
||||
- /app-config/influxdb_data:/var/lib/influxdb2
|
||||
ports:
|
||||
- "8086"
|
||||
- "8086/udp"
|
||||
- "8086:8086"
|
||||
- "8086:8086/udp"
|
||||
networks:
|
||||
- monitoring_network
|
||||
|
||||
|
|
@ -131,7 +131,7 @@ services:
|
|||
- CONFIG_FILE=/emby/tv.sascha-lutz.de.yml
|
||||
volumes:
|
||||
- /app-config/embyexporter_data:/emby/
|
||||
ports:
|
||||
expose:
|
||||
- 9210
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
|
|
@ -151,3 +151,4 @@ services:
|
|||
- '--path.sysfs=/host/sys'
|
||||
- '--collector.filesystem.ignored-mount-points=^/(sys|proc|dev|host|etc)($|/)'
|
||||
restart: unless-stopped
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue