25 lines
650 B
Plaintext
25 lines
650 B
Plaintext
#############################
|
|
# 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
|
|
#############################
|
|
//TODO: prefix make these variables not conflict with potential future services
|
|
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 |