Compare commits
No commits in common. "f3bb2bf0db23f8d4b29de0111071f7e99738fdeb" and "fc106060b74c811526165aac1c2636e863d222de" have entirely different histories.
f3bb2bf0db
...
fc106060b7
5 changed files with 10 additions and 37 deletions
|
@ -92,20 +92,9 @@ services:
|
|||
labels:
|
||||
- "docker.group=monitoring"
|
||||
|
||||
# https://github.com/xperimental/nextcloud-exporter
|
||||
nextcloud-exporter:
|
||||
image: ghcr.io/xperimental/nextcloud-exporter
|
||||
networks:
|
||||
- monitoring
|
||||
environment:
|
||||
- NEXTCLOUD_SERVER=${NEXTCLOUD_URL}
|
||||
- NEXTCLOUD_AUTH_TOKEN=${NEXTCLOUD_MONITORING_AUTH_TOKEN}
|
||||
- NEXTCLOUD_LISTEN_ADDRESS=:9205
|
||||
labels:
|
||||
- "docker.group=monitoring"
|
||||
|
||||
##################################################################
|
||||
# here starts data collection of local host
|
||||
# here starts data collection
|
||||
|
||||
telegraf_host:
|
||||
image: telegraf:${TELEGRAF_VERSION}
|
||||
|
|
|
@ -35,8 +35,3 @@ scrape_configs:
|
|||
- job_name: "grafana"
|
||||
static_configs:
|
||||
- targets: ["grafana:3000"]
|
||||
|
||||
- job_name: 'nextcloud'
|
||||
scrape_interval: 60s
|
||||
static_configs:
|
||||
- targets: ['nextcloud-exporter:9205']
|
||||
|
|
|
@ -131,7 +131,7 @@ services:
|
|||
- nextcloud
|
||||
- mariadb
|
||||
healthcheck:
|
||||
test: ["CMD", "mysqladmin" ,"--user" ,"$MYSQL_USER" ,"--password=$MYSQL_PASSWORD" ,"ping" ,"-h" ,"localhost"]
|
||||
test: ["CMD", "mysqladmin" ,"ping", "-h", "localhost"]
|
||||
interval: 20s
|
||||
timeout: 3s
|
||||
labels:
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
#docker compose build --pull
|
||||
#docker compose pull --ignore-buildable
|
||||
#docker compose --project-directory /home/flz/git/selfhost/nextcloud exec --user www-data app php occ status
|
||||
#docker compose up -d
|
||||
#watch docker compose ps
|
||||
docker compose --project-directory /home/flz/git/selfhost/nextcloud exec --user www-data app php occ upgrade
|
||||
docker compose --project-directory /home/flz/git/selfhost/nextcloud exec --user www-data app php occ maintenance:repair
|
||||
docker compose --project-directory /home/flz/git/selfhost/nextcloud exec --user www-data app php occ db:add-missing-indices
|
||||
docker compose --project-directory /home/flz/git/selfhost/nextcloud exec --user www-data app php occ db:add-missing-columns
|
||||
docker compose --project-directory /home/flz/git/selfhost/nextcloud exec --user www-data app php occ db:add-missing-primary-keys
|
||||
docker compose --project-directory /home/flz/git/selfhost/nextcloud exec --user www-data app php occ status
|
|
@ -6,7 +6,7 @@ services:
|
|||
- 21116:21116
|
||||
- 21116:21116/udp
|
||||
- 21118:21118
|
||||
image: rustdesk/rustdesk-server:${RUSTDESK_VERSION}
|
||||
image: rustdesk/rustdesk-server:latest
|
||||
command: hbbs -r ${DOMAIN}:21117 -k _
|
||||
volumes:
|
||||
- ${VOLUMES_PATH}/rustdesk:/root
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue