13 lines
317 B
Bash
13 lines
317 B
Bash
IMMICH_PORT_HTTP=3001
|
|
IMMICH_PORT_HTTPS=443
|
|
|
|
IMMICH_URL=immich.example.com
|
|
IMMICH_EXTERNAL_DIR=/path/to/external/libraries
|
|
IMMICH_UPLOAD_DIR=/path/to/immich/upload
|
|
|
|
IMMICH_VERSION=release
|
|
DB_PASSWORD=YOUR_DB_PASSWORD
|
|
DB_HOSTNAME=immich_postgres
|
|
DB_USERNAME=postgres
|
|
DB_DATABASE_NAME=immich
|
|
REDIS_HOSTNAME=immich_redis |