Update immich.yaml

This commit is contained in:
peaklabs-dev
2024-10-09 22:46:15 +02:00
parent e66b455b87
commit 2a1c1e872a

View File

@@ -38,7 +38,7 @@ services:
# file: hwaccel.ml.yml
# service: cpu # set to one of [armnn, cuda, openvino, openvino-wsl] for accelerated inference - use the `-wsl` version for WSL2 where applicable
volumes:
- model-cache:/cache
- immich-model-cache:/cache
environment:
- UPLOAD_LOCATION=./library
- DB_DATA_LOCATION=./postgres
@@ -46,7 +46,6 @@ services:
- DB_USERNAME=$SERVICE_USER_POSTGRES
- DB_DATABASE_NAME=${DB_DATABASE_NAME:-immich}
- TZ=${TZ:-Etc/UTC}
restart: always
healthcheck:
disable: false