diff --git a/backup-docker-to-local.py b/backup-docker-to-local.py index 4815f97..c01b94e 100644 --- a/backup-docker-to-local.py +++ b/backup-docker-to-local.py @@ -35,7 +35,9 @@ def get_machine_id(): ### GLOBAL CONFIGURATION ### IMAGES_NO_STOP_REQUIRED = [ - # 'baserow', Doesn't use an extra database + 'akaunting', + 'baserow', + 'discourse', 'element', 'gitea', 'listmonk', @@ -43,6 +45,7 @@ IMAGES_NO_STOP_REQUIRED = [ 'matomo', 'nextcloud', 'openproject', + 'peertube', 'pixelfed', 'wordpress' ]