12 lines
298 B
Bash
12 lines
298 B
Bash
DB_HOSTNAME=immich_postgres
|
|
DB_USERNAME=postgres
|
|
DB_PASSWORD=postgres
|
|
DB_DATABASE_NAME=immich
|
|
|
|
REDIS_HOSTNAME=immich_redis
|
|
|
|
PUBLIC_LOGIN_PAGE_MESSAGE=
|
|
|
|
IMMICH_WEB_URL=http://immich-web:3000
|
|
IMMICH_SERVER_URL=http://immich-server:3001
|
|
IMMICH_MACHINE_LEARNING_URL=http://immich-machine-learning:3003
|