Starting immich_postgres ... immich_redis is up-to-date Starting immich_postgres ... error ERROR: for immich_postgres Cannot start service database: Bind mount failed: '/volume2/docker/immich-app/postgres' does not exists ERROR: for database Cannot start service database: Bind mount failed:...
$ sudo docker-compose --env-file .env up -d Starting immich_postgres ... immich_redis is up-to-date Starting immich_postgres ... error ERROR: for immich_postgres Cannot start service database: Bind mount failed: '/volume2/docker/immich-app/postgres' does not exists ERROR: for database ...
{UPLOAD_LOCATION}:/usr/src/app/upload - /etc/localtime:/etc/localtime:ro env_file: - .env ports: - 2283:3001 depends_on: - redis - database restart: always redis: container_name: immich_redis image: library/redis:6.2-alpine restart: always database: container_name: immich_postgres ...
DB_DATABASE_NAME=immich DB_USERNAME=postgres DB_PASSWORD=postgres #以下是镜像名字,不建议修改 DB_HOSTNAME=immich_postgres REDIS_HOSTNAME=immich_redis 3.最终的文件结构 3个文件夹,1个.env环境文件都在主目录immich下 4.部署程序 🔺打开Container Manager,选择项目,选择新建,按照下图填写路径和docker-compose...
DB_DATABASE_NAME=immich DB_DATA_LOCATION=./postgres REDIS_HOSTNAME=immich_redis Reproduction steps search context on text error no result ... Relevant log output immich_machine_learning|[09/07/24 10:02:11] ERROR Worker (pid:7838) was sent code 139!immich_machine_learning|[09/07/24 10:...
database restart: always immich-machine-learning: container_name: immich_machine_learning image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release} volumes: - model-cache:/cache env_file: - .env restart: always redis: container_name: immich_redis image: redis:6.2-alpine@...
immich_redis redis redis 7 immich_postgres postgres postgresql 14 immich_proxy nginx nginx 1.24 First Steps: Create Jail, I'm using release 13.2 with DHCP auto-configured I'm mounting a dataset to the jail in the location: /mnt/data install packages: node18, npm-node18, nginx, graphi...
If you want to configure custom information of the server, including the database, Redis information, or the backup (or upload) location, etc. 1. First bring down the containers with the command 'docker-compose down' in the immich-app directory, ...
If you want to change the media storage location on your system, edit the value of UPLOAD_LOCATION in the .env file - ${UPLOAD_LOCATION}:/usr/src/app/upload - /etc/localtime:/etc/localtime:ro env_file: - .env ports: - 2283:3001 depends_on: - redis - database restart: always ...