Compare commits
3 Commits
39c05ff786
...
postgres_u
| Author | SHA1 | Date | |
|---|---|---|---|
| c100225f04 | |||
| cf5872eca3 | |||
| 93150679ab |
@@ -2,7 +2,7 @@ name: immich
|
||||
|
||||
services:
|
||||
server:
|
||||
image: ghcr.io/immich-app/immich-server:v1.144.1
|
||||
image: ghcr.io/immich-app/immich-server:v1.133.1
|
||||
container_name: immich_server
|
||||
# extends:
|
||||
# file: hwaccel.transcoding.yml
|
||||
@@ -15,7 +15,7 @@ services:
|
||||
healthcheck:
|
||||
disable: false
|
||||
volumes:
|
||||
- photos:/data
|
||||
- photos:/usr/src/app/upload
|
||||
- /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.144.1
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v1.133.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