Compare commits

..

8 Commits

Author SHA1 Message Date
beatzaplenty 065d59d68b updated uptime kuma image version 2026-07-07 12:30:33 +10:00
beatzaplenty d47635879a updated image versions 2026-07-07 12:25:12 +10:00
beatzaplenty f27d98b57f update after backup restore 2026-07-07 03:08:48 +10:00
beatzaplenty 656df7fb41 added data root 2026-07-07 01:15:41 +10:00
beatzaplenty b68d90bad5 update project root 2026-07-07 01:08:55 +10:00
beatzaplenty d25ffd8957 update project root 2026-07-07 01:07:08 +10:00
beatzaplenty c127e8a709 remove DATA_ROOT and update PROJECT_ROOT 2026-07-07 01:04:10 +10:00
beatzaplenty fb07135179 updated NFS shares 2026-07-07 00:59:32 +10:00
4 changed files with 11 additions and 6 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
services:
error-pages:
profiles: ["core","all","error-pages", "traefik"]
image: tarampampam/error-pages:3
image: tarampampam/error-pages:latest
restart: always
container_name: error-pages
read_only: true
+8 -3
View File
@@ -1,14 +1,19 @@
PROJECT_ROOT=/home/nixos/docker
DATA_ROOT=/mnt/docker
PROJECT_ROOT=${DATA_ROOT}/config
DOMAIN=lan.ddnsgeek.com
TZ=Australia/Brisbane
EMAIL=wayne.bennett@live.com
SECRETS_ENV_FILE=${PROJECT_ROOT}/secrets/stack-secrets.env
# Data locations
DOCKER_VOLUMES=${DATA_ROOT}/volumes
DOCKER_DATABASES=${DATA_ROOT}/databases
# Core
CROWDSEC_COLLECTIONS=crowdsecurity/traefik
ERROR_PAGES_TEMPLATE_NAME=app-down
DOCKER_VOLUMES=/mnt/docker-volumes
DOCKER_DATABASES=/mnt/docker-databases
# Gitea
GITEA_USER_UID=1000
+1 -1
View File
@@ -1,7 +1,7 @@
services:
influxdb:
profiles: ["monitoring","all","influxdb", "prometheus"]
image: influxdb:2.7
image: influxdb:2
container_name: influxdb
restart: unless-stopped
# env_file:
+1 -1
View File
@@ -1,7 +1,7 @@
services:
monitor-kuma:
profiles: ["monitoring","all","uptime-kuma"]
image: louislam/uptime-kuma:2.1.1
image: louislam/uptime-kuma
container_name: monitor-kuma
restart: always
depends_on: