🔻新建文件夹路径/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...
IMMICH_VERSION=release # 以下为自定义的数据库内容,分别是数据库名、账号、密码 DB_DATABASE_NAME=immich DB_USERNAME=postgres DB_PASSWORD=postgres #以下是镜像名字,不建议修改 DB_HOSTNAME=immich_postgres REDIS_HOSTNAME=immich_redis 3.最终的文件结构 ...
# Immich Version - Optional # 该部分为Immich版本的配置,按需根据配置文件修改 # This allows all immich docker images to be pinned to a specific version. By default, # the version is "release" but could be a specific version, like "v1.59.0". ### #IMMICH_VERSION= 简而言之,最简单的配置...
# Immich Version-Optional # 该部分为Immich版本的配置,按需根据配置文件修改 # This allows all immich docker images to be pinned to a specific version.Bydefault,# the version is"release"but could be a specific version,like"v1.59.0".### #IMMICH_VERSION=...
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 文件...
# immich的上传路径UPLOAD_LOCATION=/drives/nvme_e1/Users/admin/Docker/immich/upload# 数据库文件存储路径DB_DATA_LOCATION=./postgres# 设置时区# TZ=Asia/Shanghai# 指定要使用的Immich版本IMMICH_VERSION=release# 数据库的连接密码DB_PASSWORD=postgres# 数据库的用户名与名称DB_USERNAME=postgres...
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 tran...
feat(server): version command for immich-admin #9611 by @abhinav96 in #16924 fix(mobile): Make icons consistent (all outlined) by @ferraridamiano in #17028 🐛 Bug fixes fix(web): hide scroll right button when scrolled to the right in memory lane by @lukashass in #16656 fix(mobile)...
//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 ...