Compare commits
6 Commits
ef9c4e53da
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| b72354ecb3 | |||
| 9db8fba8ca | |||
| a30752c014 | |||
| 03f3af28b4 | |||
| 39c05ff786 | |||
| 8e06c89b87 |
@@ -2,7 +2,7 @@ name: immich
|
||||
|
||||
services:
|
||||
server:
|
||||
image: ghcr.io/immich-app/immich-server:v2.2.2
|
||||
image: ghcr.io/immich-app/immich-server:v2.3.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:v2.2.2
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v2.3.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