Merge pull request #1537 from SkynetLabs/chris/add-skyd-cache-env-vars

Add skyd caching env vars to docker-compose.yml
This commit is contained in:
Karol Wypchło 2022-01-12 11:52:44 +01:00 committed by GitHub
commit 914c15607c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,10 @@ services:
logging: *default-logging
environment:
- SIA_MODULES=gctwra
- SKYD_DISK_CACHE_ENABLED=false
- SKYD_DISK_CACHE_SIZE=53690000000 # 50GB
- SKYD_DISK_CACHE_MIN_HITS=3
- SKYD_DISK_CACHE_HIT_PERIOD=3600 # 1h
env_file:
- .env