Monitoring Stack: fix add missing network to nextcloud exporter

This commit is contained in:
Aroy-Art 2025-05-22 16:07:59 +02:00
parent 54cc8b703b
commit a41ae0ebe9
Signed by: Aroy
GPG key ID: 583642324A1D2070

View file

@ -93,6 +93,8 @@ services:
image: ghcr.io/xperimental/nextcloud-exporter
links:
- prometheus
networks:
- monitoring
environment:
NEXTCLOUD_SERVER: ${NEXTCLOUD_SERVER}
NEXTCLOUD_AUTH_TOKEN: ${NEXTCLOUD_AUTH_TOKEN}