Add loki service

This commit is contained in:
Tobias Reisinger 2025-06-08 19:58:44 +02:00
parent 37a304d161
commit cbc5df483d
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
11 changed files with 170 additions and 3 deletions

View file

@ -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: