Compare commits

..

6 Commits

Author SHA1 Message Date
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
+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