|
|
@@ -3,7 +3,7 @@ version: "3.8"
|
|
|
|
|
|
|
|
|
|
|
|
services:
|
|
|
|
services:
|
|
|
|
app:
|
|
|
|
app:
|
|
|
|
image: ghcr.io/immich-app/immich-server:v2.5.6
|
|
|
|
image: ghcr.io/immich-app/immich-server:v2.7.5
|
|
|
|
volumes:
|
|
|
|
volumes:
|
|
|
|
- uploads:/usr/src/app/upload
|
|
|
|
- uploads:/usr/src/app/upload
|
|
|
|
- /etc/localtime:/etc/localtime:ro
|
|
|
|
- /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}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
|
|
|
|
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
|
|
|
|
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
|
|
|
|
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
|
|
|
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
|
|
|
- "coop-cloud.${STACK_NAME}.version=1.4.0+v2.5.6"
|
|
|
|
- "coop-cloud.${STACK_NAME}.version=1.6.0+v2.7.5"
|
|
|
|
- "backupbot.backup=${ENABLE_BACKUPS:-true}"
|
|
|
|
- "backupbot.backup=${ENABLE_BACKUPS:-true}"
|
|
|
|
- "backupbot.volumes.model-cache=false"
|
|
|
|
- "backupbot.volumes.model-cache=false"
|
|
|
|
- "backupbot.volumes.uploads=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
|
|
|
|
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.7.5
|
|
|
|
volumes:
|
|
|
|
volumes:
|
|
|
|
- model-cache:/cache
|
|
|
|
- model-cache:/cache
|
|
|
|
networks:
|
|
|
|
networks:
|
|
|
@@ -47,7 +47,7 @@ services:
|
|
|
|
disable: false
|
|
|
|
disable: false
|
|
|
|
|
|
|
|
|
|
|
|
redis:
|
|
|
|
redis:
|
|
|
|
image: docker.io/valkey/valkey:9@sha256:fb8d272e529ea567b9bf1302245796f21a2672b8368ca3fcb938ac334e613c8f
|
|
|
|
image: docker.io/valkey/valkey:9@sha256:3b55fbaa0cd93cf0d9d961f405e4dfcc70efe325e2d84da207a0a8e6d8fde4f9
|
|
|
|
healthcheck:
|
|
|
|
healthcheck:
|
|
|
|
test: redis-cli ping || exit 1
|
|
|
|
test: redis-cli ping || exit 1
|
|
|
|
networks:
|
|
|
|
networks:
|
|
|
|