Monitoring Stack: reomve left over docker network config
This commit is contained in:
parent
70fec9b2c3
commit
a5985d169f
1 changed files with 0 additions and 8 deletions
|
@ -28,8 +28,6 @@ services:
|
|||
- ${BASE_DIR:-.}/Graphite/Config:/opt/graphite/conf
|
||||
- ${BASE_DIR:-.}/Graphite/Statsd_Config:/opt/statsd/config
|
||||
- ${BASE_DIR:-.}/Graphite/Logs:/var/log
|
||||
networks:
|
||||
- monitoring
|
||||
ports:
|
||||
- 3080:80
|
||||
- 2003-2004:2003-2004
|
||||
|
@ -56,8 +54,6 @@ services:
|
|||
volumes:
|
||||
- ${BASE_DIR:-.}/Loki/Config/loki-config.yaml:/etc/loki/loki-config.yaml
|
||||
- ${BASE_DIR:-.}/Loki/Data:/data/loki
|
||||
networks:
|
||||
- monitoring
|
||||
ports:
|
||||
- "3100:3100"
|
||||
restart: unless-stopped
|
||||
|
@ -79,8 +75,6 @@ services:
|
|||
volumes:
|
||||
- ${BASE_DIR:-.}/Prometheus/Config:/etc/prometheus
|
||||
- ${BASE_DIR:-.}/Prometheus/Data:/prometheus/data
|
||||
networks:
|
||||
- monitoring
|
||||
ports:
|
||||
- 9000:9090
|
||||
user: 9090:9090
|
||||
|
@ -100,8 +94,6 @@ services:
|
|||
image: ghcr.io/xperimental/nextcloud-exporter
|
||||
links:
|
||||
- prometheus
|
||||
networks:
|
||||
- monitoring
|
||||
environment:
|
||||
NEXTCLOUD_SERVER: ${NEXTCLOUD_SERVER}
|
||||
NEXTCLOUD_AUTH_TOKEN: ${NEXTCLOUD_AUTH_TOKEN}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue