Compare commits
7 Commits
backup
...
1.5.1+v2.6
| Author | SHA1 | Date | |
|---|---|---|---|
| 98a6417815 | |||
| b1603bf7e5 | |||
| 3a131b8a3f | |||
| 8a125fcd31 | |||
| 51eb6085bf | |||
| 2d55ece9df | |||
| 07aa95dc11 |
@ -3,7 +3,7 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: ghcr.io/immich-app/immich-server:v2.5.6
|
||||
image: ghcr.io/immich-app/immich-server:v2.6.3
|
||||
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.3.0+v2.4.1"
|
||||
- "coop-cloud.${STACK_NAME}.version=1.5.1+v2.6.3"
|
||||
- "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.5.6
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v2.6.3
|
||||
volumes:
|
||||
- model-cache:/cache
|
||||
networks:
|
||||
@ -47,7 +47,7 @@ services:
|
||||
disable: false
|
||||
|
||||
redis:
|
||||
image: docker.io/valkey/valkey:9@sha256:fb8d272e529ea567b9bf1302245796f21a2672b8368ca3fcb938ac334e613c8f
|
||||
image: docker.io/valkey/valkey:9@sha256:3eeb09785cd61ec8e3be35f8804c8892080f3ca21934d628abc24ee4ed1698f6
|
||||
healthcheck:
|
||||
test: redis-cli ping || exit 1
|
||||
networks:
|
||||
|
||||
1
release/1.4.0+v2.5.6
Normal file
1
release/1.4.0+v2.5.6
Normal file
@ -0,0 +1 @@
|
||||
changed database-images to the recommended one's by immich. this should work seemlessly. In doubt check PR #3: https://git.coopcloud.tech/coop-cloud/immich/pulls/3#issuecomment-30213.
|
||||
1
release/1.5.0+v2.6.3
Normal file
1
release/1.5.0+v2.6.3
Normal file
@ -0,0 +1 @@
|
||||
there might be some long running db migrations that cause the update to look like it's timed out, check `abra ps` to verify status
|
||||
1
release/1.5.1+v2.6.3
Normal file
1
release/1.5.1+v2.6.3
Normal file
@ -0,0 +1 @@
|
||||
patch to fix my tagging screw up
|
||||
6
renovate.json
Normal file
6
renovate.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user