Add loki service
This commit is contained in:
parent
37a304d161
commit
cbc5df483d
11 changed files with 170 additions and 3 deletions
|
@ -32,6 +32,7 @@ immich_env:
|
|||
REDIS_HOSTNAME: redis
|
||||
|
||||
immich_compose:
|
||||
collect_logs: true
|
||||
watchtower: monitor
|
||||
image: ghcr.io/immich-app/immich-server:{{ immich_docker_tag }}
|
||||
volumes:
|
||||
|
@ -45,6 +46,8 @@ immich_compose:
|
|||
|
||||
machine-learning:
|
||||
image: ghcr.io/immich-app/immich-machine-learning:{{ immich_docker_tag }}
|
||||
labels:
|
||||
net.serguzim.logs.collect: true
|
||||
volumes:
|
||||
- model-cache:/cache
|
||||
env_file:
|
||||
|
@ -61,6 +64,8 @@ immich_compose:
|
|||
|
||||
database:
|
||||
image: ghcr.io/immich-app/postgres:16-vectorchord0.3.0-pgvectors0.3.0
|
||||
labels:
|
||||
net.serguzim.logs.collect: true
|
||||
env_file:
|
||||
- service.env
|
||||
volumes:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue