4 Commits

Author SHA1 Message Date
cjones f061bbb990 reference application data on ZFS pool 2025-05-09 00:19:57 -04:00
cjones 9c8d7164aa adding .env for vaultwarden to git 2025-05-08 23:38:28 -04:00
cjones 78073b97eb adding .env for immich to git 2025-05-08 23:28:17 -04:00
cjones d30c8ea83e Portainer: use data directory on ZFS pool 2025-05-08 17:53:14 -04:00
4 changed files with 24 additions and 5 deletions
+20
View File
@@ -0,0 +1,20 @@
# You can find documentation for all the supported env variables at https://immich.app/docs/install/environment-variables
# The location where your uploaded files are stored
UPLOAD_LOCATION=/mnt/storage/appdata/immich/library
# The location where your database files are stored
DB_DATA_LOCATION=/mnt/storage/appdata/immich/postgres
# To set a timezone, uncomment the next line and change Etc/UTC to a TZ identifier from this list: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
TZ=America/New_York
# The Immich version to use. You can pin this to a specific version like "v1.71.0"
IMMICH_VERSION=release
# Connection secret for postgres. You should change it to a random password
DB_PASSWORD=postgres
# The values below this line do not need to be changed
###################################################################################
DB_USERNAME=postgres
DB_DATABASE_NAME=immich
+2 -2
View File
@@ -15,8 +15,8 @@ services:
- "52199:52199"
- "1901:1900/udp"
volumes:
- ./config:/config:rw
- ./log:/log:rw
- /mnt/storage/appdata/mc/config:/config:rw
- /mnt/storage/appdata/mc/log:/log:rw
- /etc/localtime:/etc/localtime:ro
- /mnt/cygnus/Music/Common:/data/music:rw
+1 -3
View File
@@ -1,5 +1,3 @@
version: '3'
services:
portainer:
image: portainer/portainer:latest
@@ -12,7 +10,7 @@ services:
volumes:
- /etc/localtime:/etc/localtime:ro
- /var/run/docker.sock:/var/run/docker.sock:ro
- ./data:/data
- /mnt/storage/appdata/portainer/data:/data
ports:
- 9000:9000
labels:
+1
View File
@@ -0,0 +1 @@
VAULTWARDEN_ADMIN_TOKEN='mfLzuPlsXDqtIwTGSN/oZ3cgmFKWXY/zv+hO94gtqsJeHdl7+O+tJeMZrTzQNMfI'