Add skyd caching env vars to docker-compose.yml
This commit is contained in:
parent
a035b5e9d2
commit
e33dfc139a
|
@ -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
|
||||
|
|
Reference in New Issue