nixos-configs/devices/nas/modules/arion/immich/.env
matt1432 b0313ac3d2
All checks were successful
Discord / discord commits (push) Has been skipped
feat(arion): add immich compose file
2024-02-19 12:42:02 -05:00

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