Compare commits
29 Commits
8fa322c62b
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 07cae13a68 | |||
| 313580a10c | |||
| b3b698355f | |||
| 961ad48992 | |||
| 47407c42a6 | |||
| 4604cfdc85 | |||
| e6a90bf718 | |||
| a1eb58815f | |||
| 39ab2ae9c3 | |||
| e2f5aa6e27 | |||
| 87366ff500 | |||
| a70ba1bf33 | |||
| db4e592b59 | |||
| 3f5fb71020 | |||
| ce0ba51bc9 | |||
| 68db86ed8a | |||
| 3dfd27030d | |||
| dbb5878e4f | |||
| 584c3db7c6 | |||
| 182c19a171 | |||
| 05d3864083 | |||
| 6f41ec3f93 | |||
| 56fca17ebd | |||
| 81300258f4 | |||
| 99381b4101 | |||
| 7daefbdf5b | |||
| 71cc87fe10 | |||
| bf77afcb49 | |||
| bb604636c4 |
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
42
ncaio/docker-compose.yml
Normal file
42
ncaio/docker-compose.yml
Normal 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
|
||||
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.0.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