Compare commits

...

19 Commits

Author SHA1 Message Date
07cae13a68 Update ncaio/docker-compose.yml
Use internal SSD for data and files
2026-04-14 14:27:25 +01:00
313580a10c Update hoarder/docker-compose.yml
Change for local data storage
2026-04-14 13:51:05 +01:00
b3b698355f Update ncaio/docker-compose.yml
Change to using local data store rather than microceph shared folder
2026-04-14 12:43:35 +01:00
961ad48992 Update wyl/docker-compose.yml
Change to use local data store rather than shared MicroCeph storage
2026-04-14 12:21:24 +01:00
47407c42a6 Delete vdf/docker-compose.yml 2026-04-14 12:18:48 +01:00
4604cfdc85 Delete restic/docker-compose.yml 2026-04-14 12:18:23 +01:00
e6a90bf718 Update grafana/docker-compose.yml
Change to use local storage rather than MicroCeph shared storage
2026-04-14 12:09:38 +01:00
a1eb58815f Update gotify/docker-compose.yml
Modify to work on local storage rather than microCeph shared folders
2026-04-14 12:03:32 +01:00
39ab2ae9c3 Update duplicati/docker-compose.yml
Change to run on local storage rather than microCeph shared folders
2026-04-14 11:58:23 +01:00
e2f5aa6e27 Update mygit/docker-compose.yml
Change to work on local data stores rather than microCeph shared folders
2026-04-14 11:43:30 +01:00
87366ff500 Update uptime-kuma/docker-compose.yml
Upgrade to 2.2.1 dated March 2026
2026-04-13 13:19:49 +01:00
a70ba1bf33 Update hoarder/docker-compose.yml
Update to version of meilisearch and karakeep
2026-04-12 19:20:25 +01:00
db4e592b59 Update restic/docker-compose.yml 2026-04-10 23:50:47 +01:00
3f5fb71020 Add restic/docker-compose.yml 2026-04-10 19:53:10 +01:00
ce0ba51bc9 Add prometheus/prometheus.yml
Copy from BETA 9 Apr 2026
2026-04-09 00:03:24 +01:00
68db86ed8a Delete prometheus/prometheus.yml 2026-04-09 00:02:53 +01:00
3dfd27030d Update prometheus/docker-compose.yml 2026-04-09 00:01:45 +01:00
dbb5878e4f Update prometheus/docker-compose.yml
Add "config" sub-directory
2026-04-08 23:12:12 +01:00
584c3db7c6 Add openspeedtest/docker-compose.yml 2026-03-26 18:15:47 +00:00
12 changed files with 56 additions and 39 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -0,0 +1,8 @@
services:
speedtest:
restart: unless-stopped
container_name: openspeedtest
ports:
- '3000:3000'
- '3001:3001'
image: openspeedtest/latest

View File

@@ -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:

View File

@@ -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

View File

@@ -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:

View File

@@ -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

View File

@@ -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