Compare commits
19 Commits
182c19a171
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 07cae13a68 | |||
| 313580a10c | |||
| b3b698355f | |||
| 961ad48992 | |||
| 47407c42a6 | |||
| 4604cfdc85 | |||
| e6a90bf718 | |||
| a1eb58815f | |||
| 39ab2ae9c3 | |||
| e2f5aa6e27 | |||
| 87366ff500 | |||
| a70ba1bf33 | |||
| db4e592b59 | |||
| 3f5fb71020 | |||
| ce0ba51bc9 | |||
| 68db86ed8a | |||
| 3dfd27030d | |||
| dbb5878e4f | |||
| 584c3db7c6 |
@@ -12,8 +12,8 @@ services:
|
||||
- SETTINGS_ENCRYPTION_KEY="HOLLYHOCKHOUSE"
|
||||
- DUPLICATI__WEBSERVICE_PASSWORD=changeme
|
||||
volumes:
|
||||
- /mnt/cephfs/docker/duplicati/config:/config #
|
||||
- /mnt/cephfs/docker/duplicati/backups:/backups #
|
||||
- /data/docker/duplicati/config:/config #
|
||||
- /data/docker/duplicati/backups:/backups #
|
||||
- /:/source
|
||||
ports:
|
||||
- 8200:8200
|
||||
|
||||
@@ -3,7 +3,7 @@ services:
|
||||
image: gotify/server:latest
|
||||
container_name: gotify
|
||||
volumes:
|
||||
- /mnt/cephfs/docker/gotify:/app/data
|
||||
- /data/docker/gotify:/app/data
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 8111:80
|
||||
|
||||
@@ -19,4 +19,4 @@ services:
|
||||
- GF_SMTP_FROM_NAME=grafana
|
||||
- GF_SMTP_FROM_ADDRESS=john.anderson1955@gmail.com
|
||||
volumes:
|
||||
- /mnt/cephfs/docker/grafana_data:/var/lib/grafana:rw
|
||||
- /data/docker/grafana_data:/var/lib/grafana:rw
|
||||
@@ -1,12 +1,12 @@
|
||||
services:
|
||||
web:
|
||||
image: ghcr.io/karakeep-app/karakeep:0.29.3
|
||||
image: ghcr.io/karakeep-app/karakeep:latest
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
# By default, the data is stored in a docker volume called "data".
|
||||
# If you want to mount a custom directory, change the volume mapping to:
|
||||
# - /path/to/your/directory:/data
|
||||
- /mnt/cephfs/docker/hoarder/data:/data
|
||||
- /data/docker/hoarder/data:/data
|
||||
ports:
|
||||
- 3200:3000
|
||||
environment:
|
||||
@@ -35,7 +35,7 @@ services:
|
||||
|
||||
|
||||
meilisearch:
|
||||
image: getmeili/meilisearch:v1.13.1
|
||||
image: getmeili/meilisearch:v1.41.0
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
MEILI_NO_ANALYTICS: "true"
|
||||
@@ -43,5 +43,5 @@ services:
|
||||
MEILI_MASTER_KEY: quoK8t8zoTPOJfcF4Fw9hg44IyhyqreS
|
||||
NEXTAUTH_URL: http://localhost:3000
|
||||
volumes:
|
||||
- /mnt/cephfs/docker/hoarder/meili:/meili_data
|
||||
- /data/docker/hoarder/meili:/meili_data
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ services:
|
||||
- ENABLE_PUSH_CREATE_ORG=true
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /mnt/cephfs/docker/gitea:/data
|
||||
- /data/docker/gitea:/data
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
ports:
|
||||
@@ -32,4 +32,4 @@ services:
|
||||
- POSTGRES_PASSWORD=gitea
|
||||
- POSTGRES_DB=gitea
|
||||
volumes:
|
||||
- /mnt/cephfs/docker/postgres:/var/lib/postgresql/data
|
||||
- /data/docker/postgres:/var/lib/postgresql/data
|
||||
@@ -20,8 +20,8 @@ services:
|
||||
# BORG_RETENTION_POLICY: --keep-within=7d --keep-weekly=4 --keep-monthly=6 # Allows to adjust borgs retention policy. See https://github.com/nextcloud/all-in-one#how-to-adjust-borgs-retention-policy
|
||||
# COLLABORA_SECCOMP_DISABLED: false # Setting this to true allows to disable Collabora's Seccomp feature. See https://github.com/nextcloud/all-in-one#how-to-disable-collaboras-seccomp-feature
|
||||
# FULLTEXTSEARCH_JAVA_OPTIONS: "-Xms1024M -Xmx1024M" # Allows to adjust the fulltextsearch java options. See https://github.com/nextcloud/all-in-one#how-to-adjust-the-fulltextsearch-java-options
|
||||
- NEXTCLOUD_DATADIR=/mnt/cephfs/docker/ncaio/data # Allows to set the host directory for Nextcloud's datadir. ⚠️⚠️⚠️ Warning: do not set or adjust this value after the initial Nextcloud installation is done! See https://github.com/nextcloud/all-in-one#how-to-change-the-default-location-of-nextclouds-datadir
|
||||
- NEXTCLOUD_MOUNT=/mnt/cephfs/docker/ncaio/files # Allows the Nextcloud container to access the chosen directory on the host. See https://github.com/nextcloud/all-in-one#how-to-allow-the-nextcloud-container-to-access-directories-on-the-host
|
||||
- NEXTCLOUD_DATADIR=/mnt/disk/ncaio/data # Allows to set the host directory for Nextcloud's datadir. ⚠️⚠️⚠️ Warning: do not set or adjust this value after the initial Nextcloud installation is done! See https://github.com/nextcloud/all-in-one#how-to-change-the-default-location-of-nextclouds-datadir
|
||||
- NEXTCLOUD_MOUNT=/mnt/disk/ncaio/files # Allows the Nextcloud container to access the chosen directory on the host. See https://github.com/nextcloud/all-in-one#how-to-allow-the-nextcloud-container-to-access-directories-on-the-host
|
||||
# NEXTCLOUD_UPLOAD_LIMIT: 16G # Can be adjusted if you need more. See https://github.com/nextcloud/all-in-one#how-to-adjust-the-upload-limit-for-nextcloud
|
||||
# NEXTCLOUD_MAX_TIME: 3600 # Can be adjusted if you need more. See https://github.com/nextcloud/all-in-one#how-to-adjust-the-max-execution-time-for-nextcloud
|
||||
# NEXTCLOUD_MEMORY_LIMIT: 512M # Can be adjusted if you need more. See https://github.com/nextcloud/all-in-one#how-to-adjust-the-php-memory-limit-for-nextcloud
|
||||
|
||||
8
openspeedtest/docker-compose.yml
Normal file
8
openspeedtest/docker-compose.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
services:
|
||||
speedtest:
|
||||
restart: unless-stopped
|
||||
container_name: openspeedtest
|
||||
ports:
|
||||
- '3000:3000'
|
||||
- '3001:3001'
|
||||
image: openspeedtest/latest
|
||||
@@ -1,12 +1,17 @@
|
||||
# This ia a reference copy only; use docker-compose up -d from /home/john/docker/prometheus
|
||||
#
|
||||
services:
|
||||
prometheus:
|
||||
image: prom/prometheus
|
||||
# container_name: prometheus
|
||||
image: prom/prometheus:latest
|
||||
container_name: prometheus
|
||||
command:
|
||||
- '--config.file=/etc/prometheus/prometheus.yml'
|
||||
ports:
|
||||
- 9090:9090
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /mnt/cephfs/docker/prometheus:/etc/prometheus
|
||||
- /mnt/cephfs/docker/prometheus/prom_data:/prometheus
|
||||
- ./prometheus:/etc/prometheus
|
||||
- prom_data:/prometheus
|
||||
|
||||
volumes:
|
||||
prom_data:
|
||||
|
||||
@@ -27,12 +27,9 @@ scrape_configs:
|
||||
# static_configs:
|
||||
# - targets: ['192.168.1.7:9100'] #Change this to your server's IP
|
||||
#
|
||||
- job_name: monitor
|
||||
static_configs:
|
||||
- targets: ['192.168.1.22:9100']
|
||||
# - job_name: rasp3b
|
||||
# - job_name: node-20
|
||||
# static_configs:
|
||||
# - targets: ['192.168.1.23:9100']
|
||||
# - targets: ['192.168.1.20:9100']
|
||||
- job_name: prod-01
|
||||
static_configs:
|
||||
- targets: ['192.168.1.12:9100']
|
||||
@@ -42,15 +39,15 @@ scrape_configs:
|
||||
- job_name: prod-03
|
||||
static_configs:
|
||||
- targets: ['192.168.1.14:9100']
|
||||
- job_name: prod-04
|
||||
static_configs:
|
||||
- targets: ['192.168.1.15:9100']
|
||||
#
|
||||
# ***
|
||||
#
|
||||
- job_name: node-16
|
||||
static_configs:
|
||||
- targets: ['192.168.1.16:9100']
|
||||
#
|
||||
# +++
|
||||
#
|
||||
- job_name: node-17
|
||||
static_configs:
|
||||
- targets: ['192.168.1.17:9100']
|
||||
@@ -60,6 +57,22 @@ scrape_configs:
|
||||
- job_name: node-19
|
||||
static_configs:
|
||||
- targets: ['192.168.1.19:9100']
|
||||
- job_name: zeta
|
||||
static_configs:
|
||||
- targets: ['192.168.1.20:9100']
|
||||
- job_name: node-22
|
||||
static_configs:
|
||||
- targets: ['192.168.1.22:9100']
|
||||
- job_name: monitor
|
||||
static_configs:
|
||||
- targets: ['192.168.1.23:9100']
|
||||
- job_name: wyse
|
||||
static_configs:
|
||||
- targets: ['192.168.1.24:9100']
|
||||
#
|
||||
- job_name: pizero2w
|
||||
static_configs:
|
||||
- targets: ['192.168.1.29:9100']
|
||||
#
|
||||
# ^^^
|
||||
#
|
||||
@@ -73,7 +86,11 @@ scrape_configs:
|
||||
static_configs:
|
||||
- targets: ['192.168.1.9:9100']
|
||||
#
|
||||
# ***
|
||||
#
|
||||
# - job_name: dietpi
|
||||
# static_configs:
|
||||
# - targets: ['192.168.1.20:9100']
|
||||
#
|
||||
# - job_name: cadvisor_paradise
|
||||
# scrape_interval: 5s
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
uptime-kuma:
|
||||
image: louislam/uptime-kuma:2
|
||||
image: louislam/uptime-kuma:2.2.1
|
||||
container_name: uptime-kuma
|
||||
restart: always
|
||||
ports:
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
services:
|
||||
video-duplicate-finder:
|
||||
image: jlesage/video-duplicate-finder
|
||||
volumes:
|
||||
- '/home/john/docker/vdf/storage:/storage:rw'
|
||||
- '/home/john/docker/vdf/data:/config:rw'
|
||||
ports:
|
||||
- '5800:5800'
|
||||
# container_name: video-duplicate-finder
|
||||
deploy:
|
||||
placement:
|
||||
constraints:
|
||||
- node.hostname == gamma
|
||||
@@ -15,6 +15,6 @@ services:
|
||||
- TZ=Europe/London
|
||||
network_mode: "host"
|
||||
volumes:
|
||||
- /mnt/cephfs/docker/WatchYourLAN/data:/data/WatchYourLAN
|
||||
- /data/docker/WatchYourLAN/data:/data/WatchYourLAN
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user