Compare commits
1 Commits
main
...
d84fd265a2
| Author | SHA1 | Date | |
|---|---|---|---|
| d84fd265a2 |
@@ -2,7 +2,7 @@ name: immich
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
server:
|
server:
|
||||||
image: ghcr.io/immich-app/immich-server:v2.3.1
|
image: ghcr.io/immich-app/immich-server:v1.139.4
|
||||||
container_name: immich_server
|
container_name: immich_server
|
||||||
# extends:
|
# extends:
|
||||||
# file: hwaccel.transcoding.yml
|
# file: hwaccel.transcoding.yml
|
||||||
@@ -15,7 +15,7 @@ services:
|
|||||||
healthcheck:
|
healthcheck:
|
||||||
disable: false
|
disable: false
|
||||||
volumes:
|
volumes:
|
||||||
- photos:/data
|
- photos:/usr/src/app/upload
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
#ports:
|
#ports:
|
||||||
#- 2283:2283
|
#- 2283:2283
|
||||||
@@ -35,7 +35,7 @@ services:
|
|||||||
machine-learning:
|
machine-learning:
|
||||||
# For hardware acceleration, add one of -[armnn, cuda, openvino] to the image tag.
|
# For hardware acceleration, add one of -[armnn, cuda, openvino] to the image tag.
|
||||||
# Example tag: ${IMMICH_VERSION:-release}-cuda
|
# Example tag: ${IMMICH_VERSION:-release}-cuda
|
||||||
image: ghcr.io/immich-app/immich-machine-learning:v2.3.1
|
image: ghcr.io/immich-app/immich-machine-learning:v1.139.4
|
||||||
container_name: immich_machine_learning
|
container_name: immich_machine_learning
|
||||||
# extends: # uncomment this section for hardware acceleration - see https://immich.app/docs/features/ml-hardware-acceleration
|
# extends: # uncomment this section for hardware acceleration - see https://immich.app/docs/features/ml-hardware-acceleration
|
||||||
# file: hwaccel.ml.yml
|
# file: hwaccel.ml.yml
|
||||||
@@ -50,7 +50,7 @@ services:
|
|||||||
|
|
||||||
redis:
|
redis:
|
||||||
container_name: immich_redis
|
container_name: immich_redis
|
||||||
image: docker.io/valkey/valkey:8.1.4
|
image: docker.io/valkey/valkey:8-bookworm@sha256:ff21bc0f8194dc9c105b769aeabf9585fea6a8ed649c0781caeac5cb3c247884
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: redis-cli ping || exit 1
|
test: redis-cli ping || exit 1
|
||||||
@@ -58,7 +58,7 @@ services:
|
|||||||
- internal
|
- internal
|
||||||
|
|
||||||
db_pg17:
|
db_pg17:
|
||||||
image: ghcr.io/immich-app/postgres:17-vectorchord0.4.3
|
image: ghcr.io/immich-app/postgres:17-vectorchord0.3.0-pgvector0.8.0
|
||||||
container_name: immich_db_pg17
|
container_name: immich_db_pg17
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
|||||||
Reference in New Issue
Block a user