Added images where no restart is required

This commit is contained in:
Kevin Veen-Birkenbach 2024-01-06 13:36:35 +01:00
parent 850fc3bf0c
commit 31133f251e
1 changed files with 4 additions and 1 deletions

View File

@ -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'
]