Compare commits
9
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dcef16c502 | ||
|
|
76ab8e3aae | ||
|
|
9d031aeb70 | ||
|
|
caaa20fa49 | ||
|
|
77d79379cd | ||
|
|
f652ed331b | ||
|
|
b81694ed70 | ||
|
|
5bf5bdc4ae | ||
|
|
2dcc1c1a04 |
+4
-4
@@ -3,7 +3,7 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: ghcr.io/immich-app/immich-server:v3.1.0
|
||||
image: ghcr.io/immich-app/immich-server:v3.2.2
|
||||
volumes:
|
||||
- uploads:/usr/src/app/upload
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
@@ -33,7 +33,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.10.0+v3.1.0"
|
||||
- "coop-cloud.${STACK_NAME}.version=1.11.0+v3.2.0"
|
||||
- "backupbot.backup=${ENABLE_BACKUPS:-true}"
|
||||
- "backupbot.volumes.model-cache=false"
|
||||
- "backupbot.volumes.uploads=false"
|
||||
@@ -41,7 +41,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:v3.1.0
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v3.2.2
|
||||
volumes:
|
||||
- model-cache:/cache
|
||||
networks:
|
||||
@@ -50,7 +50,7 @@ services:
|
||||
disable: false
|
||||
|
||||
redis:
|
||||
image: docker.io/valkey/valkey:9@sha256:3acc0687f2a2e1091fae6450d7842dd658c941338cf0a873ddd9e14b9e4ea4dd
|
||||
image: docker.io/valkey/valkey:9@sha256:70739f85ad2ee01a726a965584a0f94895f01b0c60b3cc8b0aeef11eaa6888cf
|
||||
healthcheck:
|
||||
test: redis-cli ping || exit 1
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user