Compare commits
16 Commits
postgres_u
...
39c05ff786
| Author | SHA1 | Date | |
|---|---|---|---|
| 39c05ff786 | |||
| 8e06c89b87 | |||
| f1d7ebed58 | |||
| 2f1e8c4371 | |||
| 18efc8275b | |||
| e09ba56abe | |||
| 3e22f01396 | |||
| e0977d709f | |||
| 7097473515 | |||
| 0698a2a799 | |||
| 34095c7771 | |||
| 7eb5c75e76 | |||
| 09f05e2564 | |||
| 8d67675382 | |||
| 1d4cff2abf | |||
| cc8fb5495e |
@@ -2,7 +2,7 @@ name: immich
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
server:
|
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
|
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:/usr/src/app/upload
|
- photos:/data
|
||||||
- /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:v1.133.1
|
image: ghcr.io/immich-app/immich-machine-learning:v1.144.1
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user