Immich #126

Merged
skobkin merged 6 commits from feature_110_immich into master 2024-11-06 21:21:56 +00:00
2 changed files with 4 additions and 1 deletions
Showing only changes of commit 477e38fa8c - Show all commits

View file

@ -1,5 +1,8 @@
# You can find documentation for all the supported env variables at https://immich.app/docs/install/environment-variables
BIND_ADDRESS=127.0.0.1
BIND_PORT=2283
# The location where your uploaded files are stored
UPLOAD_LOCATION=./library
MODEL_CACHE_LOCATION=./model-cache

View file

@ -22,7 +22,7 @@ services:
env_file:
- .env
ports:
- '2283:2283'
- '${BIND_ADDRESS:-127.0.0.1}:${BIND_PORT:-2283}:2283'
depends_on:
- redis
- database