fix(db): set higher file limit for influx limitations

Signed-off-by: Klagarge <remi@heredero.ch>
This commit is contained in:
2026-05-18 12:34:16 +02:00
parent 56c6299417
commit 1bcaad895d

View File

@@ -12,6 +12,7 @@ services:
--object-store=file \
--data-dir=/var/lib/influxdb3/data \
--admin-token-file=/tmp/admin-token.json \
--query-file-limit=1000 \
--disable-authz=health
'
secrets: