Update immich
This commit is contained in:
parent
a1552c3662
commit
5b73dfa92b
1 changed files with 0 additions and 18 deletions
|
@ -38,28 +38,10 @@ immich_compose:
|
|||
file:
|
||||
services:
|
||||
app:
|
||||
command: ["start.sh", "immich"]
|
||||
depends_on:
|
||||
- database
|
||||
- redis
|
||||
|
||||
microservices:
|
||||
image: ghcr.io/immich-app/immich-server:release
|
||||
# extends:
|
||||
# file: hwaccel.yml
|
||||
# service: hwaccel
|
||||
command: ["start.sh", "microservices"]
|
||||
volumes:
|
||||
- upload:/usr/src/app/upload
|
||||
env_file:
|
||||
- service.env
|
||||
depends_on:
|
||||
- redis
|
||||
- database
|
||||
restart: always
|
||||
networks:
|
||||
default:
|
||||
|
||||
machine-learning:
|
||||
image: ghcr.io/immich-app/immich-machine-learning:release
|
||||
volumes:
|
||||
|
|
Reference in a new issue