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:
|
file:
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
command: ["start.sh", "immich"]
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- database
|
- database
|
||||||
- redis
|
- 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:
|
machine-learning:
|
||||||
image: ghcr.io/immich-app/immich-machine-learning:release
|
image: ghcr.io/immich-app/immich-machine-learning:release
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Reference in a new issue