Compare commits
16
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
39c05ff786 | ||
|
|
8e06c89b87 | ||
|
|
f1d7ebed58 | ||
|
|
2f1e8c4371 | ||
|
|
18efc8275b | ||
|
|
e09ba56abe | ||
|
|
3e22f01396 | ||
|
|
e0977d709f | ||
|
|
7097473515 | ||
|
|
0698a2a799 | ||
|
|
34095c7771 | ||
|
|
7eb5c75e76 | ||
|
|
09f05e2564 | ||
|
|
8d67675382 | ||
|
|
1d4cff2abf | ||
|
|
cc8fb5495e |
+3
-3
@@ -2,7 +2,7 @@ name: immich
|
||||
|
||||
services:
|
||||
server:
|
||||
image: ghcr.io/immich-app/immich-server:v1.133.1
|
||||
image: ghcr.io/immich-app/immich-server:v1.144.1
|
||||
container_name: immich_server
|
||||
# extends:
|
||||
# file: hwaccel.transcoding.yml
|
||||
@@ -15,7 +15,7 @@ services:
|
||||
healthcheck:
|
||||
disable: false
|
||||
volumes:
|
||||
- photos:/usr/src/app/upload
|
||||
- photos:/data
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
#ports:
|
||||
#- 2283:2283
|
||||
@@ -35,7 +35,7 @@ services:
|
||||
machine-learning:
|
||||
# For hardware acceleration, add one of -[armnn, cuda, openvino] to the image tag.
|
||||
# Example tag: ${IMMICH_VERSION:-release}-cuda
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v1.133.1
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v1.144.1
|
||||
container_name: immich_machine_learning
|
||||
# extends: # uncomment this section for hardware acceleration - see https://immich.app/docs/features/ml-hardware-acceleration
|
||||
# file: hwaccel.ml.yml
|
||||
|
||||
Reference in New Issue
Block a user