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
|
name: monitoring-stack
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
monitoring:
|
default:
|
||||||
|
name: monitoring_net
|
||||||
|
driver: bridge
|
||||||
|
external: true
|
||||||
|
ipam:
|
||||||
|
config:
|
||||||
|
- subnet: 172.16.2.0/24
|
||||||
|
gateway: 172.16.2.1
|
||||||
|
|
||||||
services:
|
services:
|
||||||
##############################################
|
##############################################
|
||||||
|
@ -40,8 +47,6 @@ services:
|
||||||
- ${BASE_DIR:-.}/Graphite/Config:/opt/graphite/conf
|
- ${BASE_DIR:-.}/Graphite/Config:/opt/graphite/conf
|
||||||
- ${BASE_DIR:-.}/Graphite/Statsd_Config:/opt/statsd/config
|
- ${BASE_DIR:-.}/Graphite/Statsd_Config:/opt/statsd/config
|
||||||
- ${BASE_DIR:-.}/Graphite/Logs:/var/log
|
- ${BASE_DIR:-.}/Graphite/Logs:/var/log
|
||||||
networks:
|
|
||||||
- monitoring
|
|
||||||
ports:
|
ports:
|
||||||
- 3080:80
|
- 3080:80
|
||||||
- 2003-2004:2003-2004
|
- 2003-2004:2003-2004
|
||||||
|
@ -68,8 +73,6 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ${BASE_DIR:-.}/Loki/Config/loki-config.yaml:/etc/loki/loki-config.yaml
|
- ${BASE_DIR:-.}/Loki/Config/loki-config.yaml:/etc/loki/loki-config.yaml
|
||||||
- ${BASE_DIR:-.}/Loki/Data:/data/loki
|
- ${BASE_DIR:-.}/Loki/Data:/data/loki
|
||||||
networks:
|
|
||||||
- monitoring
|
|
||||||
ports:
|
ports:
|
||||||
- "3100:3100"
|
- "3100:3100"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
@ -91,8 +94,6 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ${BASE_DIR:-.}/Prometheus/Config:/etc/prometheus
|
- ${BASE_DIR:-.}/Prometheus/Config:/etc/prometheus
|
||||||
- ${BASE_DIR:-.}/Prometheus/Data:/prometheus/data
|
- ${BASE_DIR:-.}/Prometheus/Data:/prometheus/data
|
||||||
networks:
|
|
||||||
- monitoring
|
|
||||||
ports:
|
ports:
|
||||||
- 9000:9090
|
- 9000:9090
|
||||||
user: 9090:9090
|
user: 9090:9090
|
||||||
|
@ -112,8 +113,6 @@ services:
|
||||||
image: ghcr.io/xperimental/nextcloud-exporter
|
image: ghcr.io/xperimental/nextcloud-exporter
|
||||||
links:
|
links:
|
||||||
- prometheus
|
- prometheus
|
||||||
networks:
|
|
||||||
- monitoring
|
|
||||||
environment:
|
environment:
|
||||||
NEXTCLOUD_SERVER: ${NEXTCLOUD_SERVER}
|
NEXTCLOUD_SERVER: ${NEXTCLOUD_SERVER}
|
||||||
NEXTCLOUD_AUTH_TOKEN: ${NEXTCLOUD_AUTH_TOKEN}
|
NEXTCLOUD_AUTH_TOKEN: ${NEXTCLOUD_AUTH_TOKEN}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue