Compare commits

..

29 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
182c19a171 Update uptime-kuma/docker-compose.yml
Change version in line with developers' recommendation
2026-03-06 21:09:43 +00:00
05d3864083 Update duplicati/docker-compose.yml
move to latest version
2026-03-01 22:11:57 +00:00
6f41ec3f93 Update ncaio/docker-compose.yml 2026-02-28 18:02:42 +00:00
56fca17ebd Update ncaio/docker-compose.yml 2026-02-28 15:57:54 +00:00
81300258f4 Add ncaio/docker-compose.yml
Configuration tested on ZETA but changed to use CEPH storage
2026-02-28 15:48:26 +00:00
99381b4101 Update collabora/docker-compose.yml 2026-02-28 15:17:14 +00:00
7daefbdf5b Update collabora/docker-compose.yml 2026-02-28 15:02:49 +00:00
71cc87fe10 Update collabora/docker-compose.yml 2026-02-28 15:01:56 +00:00
bf77afcb49 Update collabora/docker-compose.yml
additional config
2026-02-28 14:50:31 +00:00
bb604636c4 Update amudanan/docker-compose.yml
upgrade mariadb
2026-02-27 19:06:06 +00:00
14 changed files with 102 additions and 41 deletions

View File

@@ -32,7 +32,7 @@ services:
- jda_net
mariadb:
image: mariadb:10.11 # minimum required ownCloud version is 10.9
image: mariadb:12.2 # minimum required ownCloud version is 10.9
container_name: owncloud_mariadb
restart: always
environment:

View File

@@ -10,8 +10,10 @@ services:
- MKNOD
restart: unless-stopped
environment:
- extra_params=-o:ssl.enable=true # key parameter
- domain=https://amudanan.johnsnexus.click
# - aliasgroup1=https://codeamud.johnsnexus.click
- DONT_GEN_SSL_CERT=1
- extra_params=--o:ssl.enable=false --o:ssl.termination=true
- domain=amudanan.johnsnexus.click
- TZ=Europe/London
- password=Zephie2023
- username=admin

View File

@@ -1,6 +1,6 @@
services:
duplicati:
image: lscr.io/linuxserver/duplicati:2.2.0
image: lscr.io/linuxserver/duplicati:latest
container_name: duplicati
environment:
- PUID=0
@@ -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

42
ncaio/docker-compose.yml Normal file
View File

@@ -0,0 +1,42 @@
services:
nextcloud-aio-mastercontainer:
image: nextcloud/all-in-one:latest
init: true
restart: always
container_name: nextcloud-aio-mastercontainer # This line is not allowed to be changed as otherwise AIO will not work correctly
volumes:
- nextcloud_aio_mastercontainer:/mnt/docker-aio-config # This line is not allowed to be changed as otherwise the built-in backup solution will not work
- /var/run/docker.sock:/var/run/docker.sock:ro # May be changed on macOS, Windows or docker rootless. See the applicable documentation. If adjusting, don't forget to also set 'WATCHTOWER_DOCKER_SOCKET_PATH'!
network_mode: bridge # add to the same network as docker run would do
ports:
# - 80:80 # Can be removed when running behind a web server or reverse proxy (like Apache, Nginx, Caddy, Cloudflare Tunnel and else). See https://github.com/nextcloud/all-in-one/blob/main/reverse-proxy.md
- 8080:8080
# - 8443:8443 # Can be removed when running behind a web server or reverse proxy (like Apache, Nginx, Caddy, Cloudflare Tunnel and else). See https://github.com/nextcloud/all-in-one/blob/main/reverse-proxy.md
environment: # Is needed when using any of the options below
# AIO_DISABLE_BACKUP_SECTION: false # Setting this to true allows to hide the backup section in the AIO interface. See https://github.com/nextcloud/all-in-one#how-to-disable-the-backup-section
- APACHE_PORT=11000 # Is needed when running behind a web server or reverse proxy (like Apache, Nginx, Caddy, Cloudflare Tunnel and else). See https://github.com/nextcloud/all-in-one/blob/main/reverse-proxy.md
- APACHE_IP_BINDING=0.0.0.0 # Should be set when running behind a web server or reverse proxy (like Apache, Nginx, Caddy, Cloudflare Tunnel and else) that is running on the same host. See https://github.com/nextcloud/all-in-one/blob/main/reverse-proxy.md
# APACHE_ADDITIONAL_NETWORK=jda_net # (Optional) Connect the apache container to an additional docker network. Needed when behind a web server or reverse proxy (like Apache, Nginx, Caddy, Cloudflare Tunnel and else) running in a different docker network on same server. See https://github.com/nextcloud/all-in-one/blob/main/reverse-proxy.md
# 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/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
# NEXTCLOUD_TRUSTED_CACERTS_DIR: /path/to/my/cacerts # CA certificates in this directory will be trusted by the OS of the nextcloud container (Useful e.g. for LDAPS) See https://github.com/nextcloud/all-in-one#how-to-trust-user-defined-certification-authorities-ca
# NEXTCLOUD_STARTUP_APPS: deck twofactor_totp tasks calendar contacts notes # Allows to modify the Nextcloud apps that are installed on starting AIO the first time. See https://github.com/nextcloud/all-in-one#how-to-change-the-nextcloud-apps-that-are-installed-on-the-first-startup
# NEXTCLOUD_ADDITIONAL_APKS: imagemagick # This allows to add additional packages to the Nextcloud container permanently. Default is imagemagick but can be overwritten by modifying this value. See https://github.com/nextcloud/all-in-one#how-to-add-os-packages-permanently-to-the-nextcloud-container
# NEXTCLOUD_ADDITIONAL_PHP_EXTENSIONS: imagick # This allows to add additional php extensions to the Nextcloud container permanently. Default is imagick but can be overwritten by modifying this value. See https://github.com/nextcloud/all-in-one#how-to-add-php-extensions-permanently-to-the-nextcloud-container
# NEXTCLOUD_ENABLE_DRI_DEVICE: true # This allows to enable the /dev/dri device for containers that profit from it. ⚠️⚠️⚠️ Warning: this only works if the '/dev/dri' device is present on the host! If it should not exist on your host, don't set this to true as otherwise the Nextcloud container will fail to start! See https://github.com/nextcloud/all-in-one#how-to-enable-hardware-acceleration-for-nextcloud
# NEXTCLOUD_ENABLE_NVIDIA_GPU: true # This allows to enable the NVIDIA runtime and GPU access for containers that profit from it. ⚠️⚠️⚠️ Warning: this only works if an NVIDIA gpu is installed on the server. See https://github.com/nextcloud/all-in-one#how-to-enable-hardware-acceleration-for-nextcloud.
# NEXTCLOUD_KEEP_DISABLED_APPS: false # Setting this to true will keep Nextcloud apps that are disabled in the AIO interface and not uninstall them if they should be installed. See https://github.com/nextcloud/all-in-one#how-to-keep-disabled-apps
- SKIP_DOMAIN_VALIDATION=true # This should only be set to true if things are correctly configured. See https://github.com/nextcloud/all-in-one?tab=readme-ov-file#how-to-skip-the-domain-validation
# TALK_PORT: 3478 # This allows to adjust the port that the talk container is using which is exposed on the host. See https://github.com/nextcloud/all-in-one#how-to-adjust-the-talk-port
# WATCHTOWER_DOCKER_SOCKET_PATH: /var/run/docker.sock # Needs to be specified if the docker socket on the host is not located in the default '/var/run/docker.sock'. Otherwise mastercontainer updates will fail. For macos it needs to be '/var/run/docker.sock'
# security_opt: ["label:disable"] # Is needed when using SELinux
volumes: # If you want to store the data on a different drive, see https://github.com/nextcloud/all-in-one#how-to-store-the-filesinstallation-on-a-separate-drive
nextcloud_aio_mastercontainer:
name: nextcloud_aio_mastercontainer # This line is not allowed to be changed as otherwise the built-in backup solution will not work

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.0.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