cleanup docker-compose by storing crontabs in data dir

This commit is contained in:
Nick Sweeting 2024-03-26 15:23:43 -07:00
parent ac73fb5129
commit e48159b8a0
3 changed files with 71 additions and 60 deletions

View file

@ -355,6 +355,7 @@ ALLOWED_IN_OUTPUT_DIR = {
'static',
'sonic',
'search.sqlite3',
'crontabs',
ARCHIVE_DIR_NAME,
SOURCES_DIR_NAME,
LOGS_DIR_NAME,