Nextcloud prometeus exporter
This commit is contained in:
parent
fc106060b7
commit
334331e4a9
4 changed files with 34 additions and 7 deletions
|
@ -33,7 +33,7 @@ services:
|
|||
|
||||
app:
|
||||
image: nextcloud:${NC_MAIN_VERSION}-fpm-own
|
||||
build:
|
||||
build:
|
||||
context: ./
|
||||
args:
|
||||
- NC_MAIN_VERSION=${NC_MAIN_VERSION}
|
||||
|
@ -58,7 +58,7 @@ services:
|
|||
- redis
|
||||
labels:
|
||||
- "docker.group=netxtcloud"
|
||||
|
||||
|
||||
|
||||
cron:
|
||||
image: nextcloud:${NC_MAIN_VERSION}-fpm-own
|
||||
|
@ -134,7 +134,7 @@ services:
|
|||
test: ["CMD", "mysqladmin" ,"ping", "-h", "localhost"]
|
||||
interval: 20s
|
||||
timeout: 3s
|
||||
labels:
|
||||
labels:
|
||||
- "docker.group=netxtcloud"
|
||||
|
||||
|
||||
|
@ -173,7 +173,7 @@ services:
|
|||
test: ["CMD", "redis-cli", "ping"]
|
||||
interval: 5s
|
||||
timeout: 3s
|
||||
labels:
|
||||
labels:
|
||||
- "docker.group=netxtcloud"
|
||||
|
||||
|
||||
|
@ -182,7 +182,7 @@ services:
|
|||
networks:
|
||||
- nextcloud
|
||||
- web
|
||||
volumes:
|
||||
volumes:
|
||||
- /etc/timezone:/etc/timezone
|
||||
- /etc/localtime:/etc/localtime
|
||||
cap_add:
|
||||
|
@ -212,7 +212,7 @@ services:
|
|||
networks:
|
||||
- nextcloud
|
||||
volumes:
|
||||
- ${VOLUMES_PATH}/nextcloud/fonts:/usr/share/fonts/drawio
|
||||
- ${VOLUMES_PATH}/nextcloud/fonts:/usr/share/fonts/drawio
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
- "docker.group=netxtcloud"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue