init commit
This commit is contained in:
24
.env.example
Normal file
24
.env.example
Normal file
@@ -0,0 +1,24 @@
|
||||
#############################
|
||||
# Vaultwarden variables
|
||||
#############################
|
||||
VAULTWARDEN_DATA_LOCATION=/data/vaultwarden
|
||||
VAULTWARDEN_ADMIN_TOKEN=admin
|
||||
|
||||
#############################
|
||||
# Gitea variables
|
||||
#############################
|
||||
GITEA_DATA_LOCATION=/data/gitea/data
|
||||
GITEA_CONFIG_LOCATION=/data/gitea/config
|
||||
|
||||
#############################
|
||||
# Immich variables
|
||||
#############################
|
||||
UPLOAD_LOCATION=/data/immich
|
||||
IMMICH_VERSION=release
|
||||
|
||||
DB_HOSTNAME=immich_postgres
|
||||
DB_USERNAME=postgres
|
||||
DB_PASSWORD=password
|
||||
DB_DATABASE_NAME=immich
|
||||
|
||||
REDIS_HOSTNAME=immich_redis
|
||||
Reference in New Issue
Block a user