🔻新建文件夹路径/volume1/docker/immich,在目录下新建或上传【docker-compose.yml】文件,复制compose代码并修改 version: "3.8" name: immich services: immich-server: container_name: immich_server image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release} volumes: - ${UPLOAD_LOCATION}:/usr...
DB_DATA_LOCATION=./postgres # immich版本号,一般默认用release就行 IMMICH_VERSION=release # 可以修改一个密码,不需要记住,因为记录在这个文件里面,忘了打开看就行 DB_PASSWORD=postgres # 以下不用改 ### DB_USERNAME=postgres DB_DATABASE_NAME=immich 如果想看更多的设置变量,可以参阅下面的网址 https://i...
Welcome to releasev1.130.0of Immich. After almost three weeks of brewing, we are happy to bring you the new version, which is packed with features, performance enhancements, and UX improvements to boost the app's experience; we hope you will like it. Please take a look at some of the ...
image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release} # extends:# file: ...
# The compose file on main may not be compatible with the latest release. # name: immich # 这行删掉 services: immich-server: container_name: immich_server image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release} # extends: ...
image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release} # extends: # file: hwaccel.transcoding.yml # service: cpu # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated transcoding volumes: # Do not edit the next line. If you want to change the med...
//en.wikipedia.org/wiki/List_of_tz_database_time_zones#List #TZ=Etc/UTCTZ=Asia/Shanghai # The Immich version to use.You can pinthisto a specific version like"v1.71.0"IMMICH_VERSION=release # Connection secretforpostgres.You should change it to a random password # Please use ...
# version: 3.3 # 增加这行 services: immich-server: container_name: immich_server image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release} # extends: # file: hwaccel.transcoding.yml # service: cpu # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated ...
IMMICH_VERSION=release # Connection secret for postgres. You should change it to a random password DB_PASSWORD=immichDbpSW # The values below this line do not need to be changed ### DB_USERNAME=immich DB_DATABASE_NAME=immich_db HF_ENDPOINT="https://hf-mirror.com" docker-compose.yml 文件...
There was a hiccup with the release pipeline forv1.125.0so we have to change the version Important If you are running remote machine learning, please make sure the remote service pulls the latest version. Highlights Welcome to releasev1.125.1of Immich. The release improves how the server queri...