mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
updated immich and video duplicater
This commit is contained in:
@@ -12,6 +12,12 @@ Reverse Poxy Port: 2283
|
||||
1. Place your files in the immich-import directory.
|
||||
1. run the [Job](http://localhost:8000/admin/jobs-status) External Libraries
|
||||
|
||||
## Upgrades
|
||||
|
||||
The version tags can be confusing here.
|
||||
I go to the releases page: https://github.com/immich-app/immich/releases
|
||||
and then bump to that release: IMMICH_IMAGE=ghcr.io/immich-app/immich-server:v1.143.1
|
||||
|
||||
## Note
|
||||
|
||||
If the env file doesn't work after a change, try running ```docker compose up -d --force-recreate```.
|
||||
|
||||
+2
-2
@@ -16,7 +16,7 @@ IMMICH_DB_DATABASE_NAME=immich
|
||||
IMMICH_REDIS_HOSTNAME=immich-redis
|
||||
|
||||
# REDIS
|
||||
REDIS_IMAGE=docker.io/redis:6.2-alpine@sha256:eaba718fecd1196d88533de7ba49bf903ad33664a92debb24660a922ecd9cac8
|
||||
REDIS_IMAGE=redis:6.2.19-alpine
|
||||
|
||||
# POSTGRES
|
||||
POSTGRES_IMAGE=docker.io/tensorchord/pgvecto-rs:pg14-v0.2.0@sha256:90724186f0a3517cf6914295b5ab410db9ce23190a2d9d0b9dd6463e3fa298f0
|
||||
POSTGRES_IMAGE=tensorchord/pgvecto-rs:pg14-v0.2.0
|
||||
Reference in New Issue
Block a user