Compare commits

...
3 Commits
Author SHA1 Message Date
Hermann Käser 7eb3937a82 chore: publish 1.6.0+v2.7.5 release 2026-04-20 18:51:26 -04:00
Hermann Käser 3ba3dd4d7e upgrade: 2.7.5 2026-04-20 18:44:54 -04:00
Hermann Käser 98a6417815 chore: publish 1.5.1+v2.6.3 release 2026-04-05 16:10:06 -04:00
2 changed files with 5 additions and 4 deletions
+4 -4
View File
@@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: ghcr.io/immich-app/immich-server:v2.6.3
image: ghcr.io/immich-app/immich-server:v2.7.5
volumes:
- uploads:/usr/src/app/upload
- /etc/localtime:/etc/localtime:ro
@@ -30,7 +30,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "coop-cloud.${STACK_NAME}.version=1.5.0+v2.6.3"
- "coop-cloud.${STACK_NAME}.version=1.6.0+v2.7.5"
- "backupbot.backup=${ENABLE_BACKUPS:-true}"
- "backupbot.volumes.model-cache=false"
- "backupbot.volumes.uploads=false"
@@ -38,7 +38,7 @@ services:
immich-machine-learning: # TODO: this has to be that name, as the frontend tries to reach it at: http://immich-machine-learning:3003
image: ghcr.io/immich-app/immich-machine-learning:v2.6.3
image: ghcr.io/immich-app/immich-machine-learning:v2.7.5
volumes:
- model-cache:/cache
networks:
@@ -47,7 +47,7 @@ services:
disable: false
redis:
image: docker.io/valkey/valkey:9@sha256:3eeb09785cd61ec8e3be35f8804c8892080f3ca21934d628abc24ee4ed1698f6
image: docker.io/valkey/valkey:9@sha256:3b55fbaa0cd93cf0d9d961f405e4dfcc70efe325e2d84da207a0a8e6d8fde4f9
healthcheck:
test: redis-cli ping || exit 1
networks:
+1
View File
@@ -0,0 +1 @@
patch to fix my tagging screw up