mirror of
https://github.com/immich-app/immich.git
synced 2025-06-22 17:04:00 +02:00
chore(server): disable TypeSense logging (#1925)
This commit is contained in:
parent
0aaeab124d
commit
8f11529a75
2 changed files with 7 additions and 3 deletions
docker
|
@ -97,6 +97,8 @@ services:
|
|||
environment:
|
||||
- TYPESENSE_API_KEY=${TYPESENSE_API_KEY}
|
||||
- TYPESENSE_DATA_DIR=/data
|
||||
logging:
|
||||
driver: none
|
||||
volumes:
|
||||
- tsdata:/data
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue