mirror of
https://github.com/immich-app/immich.git
synced 2025-01-28 00:59:18 -05: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
|
@ -97,6 +97,8 @@ services:
|
|||
environment:
|
||||
- TYPESENSE_API_KEY=${TYPESENSE_API_KEY}
|
||||
- TYPESENSE_DATA_DIR=/data
|
||||
logging:
|
||||
driver: none
|
||||
volumes:
|
||||
- tsdata:/data
|
||||
|
||||
|
|
|
@ -59,6 +59,8 @@ services:
|
|||
environment:
|
||||
- TYPESENSE_API_KEY=${TYPESENSE_API_KEY}
|
||||
- TYPESENSE_DATA_DIR=/data
|
||||
logging:
|
||||
driver: none
|
||||
volumes:
|
||||
- tsdata:/data
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue