mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-05-24 01:36:17 +00:00
chore: Update docker-compose.yml
This commit is contained in:
parent
999f45eb47
commit
bc28325029
@ -1,7 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
immich-server:
|
immich-server:
|
||||||
image: altran1502/immich-server:${IMMICH_VERSION:-release}
|
image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
|
||||||
container_name: immich-server
|
container_name: immich-server
|
||||||
volumes:
|
volumes:
|
||||||
- ${UPLOAD_LOCATION}:/usr/src/app/upload
|
- ${UPLOAD_LOCATION}:/usr/src/app/upload
|
||||||
@ -31,7 +31,7 @@ services:
|
|||||||
# - traefik.http.routers.immich-swagger.middlewares=local-ipwhitelist@file
|
# - traefik.http.routers.immich-swagger.middlewares=local-ipwhitelist@file
|
||||||
|
|
||||||
immich-machine-learning:
|
immich-machine-learning:
|
||||||
image: altran1502/immich-machine-learning:${IMMICH_VERSION:-release}
|
image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release
|
||||||
container_name: immich-ml
|
container_name: immich-ml
|
||||||
volumes:
|
volumes:
|
||||||
- ${UPLOAD_LOCATION}:/usr/src/app/upload
|
- ${UPLOAD_LOCATION}:/usr/src/app/upload
|
||||||
@ -46,7 +46,7 @@ services:
|
|||||||
- immich-internal
|
- immich-internal
|
||||||
|
|
||||||
immich-redis:
|
immich-redis:
|
||||||
image: docker.io/valkey/valkey:8-bookworm
|
image: docker.io/valkey/valkey:8-bookworm@sha256:ff21bc0f8194dc9c105b769aeabf9585fea6a8ed649c0781caeac5cb3c247884
|
||||||
container_name: immich-redis
|
container_name: immich-redis
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user