mirror of
https://github.com/immich-app/immich.git
synced 2025-05-23 23:50:28 +02:00
chore(server): disable TypeSense logging (#1925)
This commit is contained in:
parent
0aaeab124d
commit
8f11529a75
@ -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…
x
Reference in New Issue
Block a user