Add skyd caching env vars to docker-compose.yml

This commit is contained in:
Chris Schinnerl 2022-01-12 11:27:29 +01:00
parent a035b5e9d2
commit e33dfc139a
No known key found for this signature in database
GPG Key ID: 9D2167A83B00583F
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_DISABLED=true
- SKYD_DISK_CACHE_SIZE=53690000000
- SKYD_DISK_CACHE_MIN_HITS=3
- SKYD_DISK_CACHE_HIT_PERIOD=3600
env_file:
- .env