Compare commits
4 Commits
7dc7de70a3
...
f061bbb990
| Author | SHA1 | Date | |
|---|---|---|---|
| f061bbb990 | |||
| 9c8d7164aa | |||
| 78073b97eb | |||
| d30c8ea83e |
20
immich/.env
Normal file
20
immich/.env
Normal 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
|
||||
@@ -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,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
vaultwarden/.env
Normal file
1
vaultwarden/.env
Normal file
@@ -0,0 +1 @@
|
||||
VAULTWARDEN_ADMIN_TOKEN='mfLzuPlsXDqtIwTGSN/oZ3cgmFKWXY/zv+hO94gtqsJeHdl7+O+tJeMZrTzQNMfI'
|
||||
Reference in New Issue
Block a user