Monitoring Stack: fix add missing network to nextcloud exporter
This commit is contained in:
parent
54cc8b703b
commit
a41ae0ebe9
1 changed files with 2 additions and 0 deletions
|
@ -93,6 +93,8 @@ 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