feat(pulldog): configure expiry

pull/3928/head
Anthony Lapenna 2020-06-15 13:31:28 +12:00
parent 24888fbbae
commit 89fb3c8dae
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
{
"dockerComposeYmlFilePaths": ["docker-compose.pull-dog.yml"],
"isLazy": true
"isLazy": true,
"expiry": "1.00:00:00"
}