Merge branch 'main' of https://git.aroy-art.com/Aroy/Paws
This commit is contained in:
commit
71f4277ef4
1 changed files with 8 additions and 9 deletions
|
@ -4,7 +4,14 @@
|
|||
name: monitoring-stack
|
||||
|
||||
networks:
|
||||
monitoring:
|
||||
default:
|
||||
name: monitoring_net
|
||||
driver: bridge
|
||||
external: true
|
||||
ipam:
|
||||
config:
|
||||
- subnet: 172.16.2.0/24
|
||||
gateway: 172.16.2.1
|
||||
|
||||
services:
|
||||
##############################################
|
||||
|
@ -40,8 +47,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
|
||||
|
@ -68,8 +73,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
|
||||
|
@ -91,8 +94,6 @@ services:
|
|||
volumes:
|
||||
- ${BASE_DIR:-.}/Prometheus/Config:/etc/prometheus
|
||||
- ${BASE_DIR:-.}/Prometheus/Data:/prometheus/data
|
||||
networks:
|
||||
- monitoring
|
||||
ports:
|
||||
- 9000:9090
|
||||
user: 9090:9090
|
||||
|
@ -112,8 +113,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