Work on the compose file
This commit is contained in:
28
server/.env
28
server/.env
@@ -8,41 +8,27 @@ NGINX_LETSENCRYPT=/mnt/md0/nginx/letsencrypt
|
||||
NEXTCLOUD_DATA=/mnt/md0/nextcloud/data
|
||||
NEXTCLOUD_DB_DATA=/mnt/md0/nextcloud/db
|
||||
NEXTCLOUD_DB_PASSWORD=K7m9P2xQ8vN3rY6sL4dF1jH5eW9zB2cX
|
||||
NC_DOMAIN=nc.trude.dev
|
||||
REDIS_PASSWORD=R3d1sP@ssw0rd2025SecureCache
|
||||
|
||||
# Gitea
|
||||
GITEA=/mnt/md0/gitea
|
||||
|
||||
# Immich
|
||||
IMMICH_UPLOAD_LOCATION=/mnt/md0/immich/uploads
|
||||
IMMICH_DB_DATA_LOCATION=/mnt/md0/immich/db
|
||||
IMMICH_VERSION=release
|
||||
IMMICH_DB_PASSWORD=postgres
|
||||
IMMICH_DB_USERNAME=postgres # Do not change
|
||||
IMMICH_DB_DATABASE_NAME=immich # Do not change
|
||||
|
||||
# -------------------
|
||||
# N8N Automation
|
||||
N8N_HOST=n8n.trude.dev
|
||||
N8N_DATA=/mnt/md0/n8n/data
|
||||
N8N_FILES=/mnt/md0/n8n/files
|
||||
|
||||
# Home Assistant
|
||||
HA_CONFIG=/mnt/md0/ha/config
|
||||
OWW_CUSTOM_MODEL_DIR=/mnt/md0/ha/openwakeword-model
|
||||
OWW_DATA=/mnt/md0/ha/openwakeword-data
|
||||
PIPER_DATA=/mnt/md0/ha/piper-data
|
||||
WHISPER_DATA=/mnt/md0/ha/whisper-data
|
||||
|
||||
# ESPHome
|
||||
ESPHOME_CONFIG=/mnt/md0/esphome/config
|
||||
|
||||
|
||||
# FileBrowser
|
||||
FILEBROWSER_DATA=/mnt/md0/files
|
||||
FILEBROWSER_CONFIG=/mnt/md0/filebrowser/config
|
||||
FILEBROWSER_DATABASE=/mnt/md0/filebrowser/database
|
||||
|
||||
# Prosody XMPP Server
|
||||
PROSODY_CONFIG=/mnt/md0/prosody/config
|
||||
PROSODY_LOGS=/tmp/prosody/logs
|
||||
PROSODY_MODULES=/mnt/md0/prosody/modules
|
||||
|
||||
# N8N Automation
|
||||
N8N_HOST=n8n.trude.dev
|
||||
N8N_DATA=/mnt/md0/n8n/data
|
||||
N8N_FILES=/mnt/md0/n8n/files
|
||||
|
||||
Reference in New Issue
Block a user