mirror of
https://github.com/kevinveenbirkenbach/docker-volume-backup.git
synced 2024-11-21 16:01:03 +01:00
Added images where no restart is required
This commit is contained in:
parent
850fc3bf0c
commit
31133f251e
@ -35,7 +35,9 @@ def get_machine_id():
|
|||||||
### GLOBAL CONFIGURATION ###
|
### GLOBAL CONFIGURATION ###
|
||||||
|
|
||||||
IMAGES_NO_STOP_REQUIRED = [
|
IMAGES_NO_STOP_REQUIRED = [
|
||||||
# 'baserow', Doesn't use an extra database
|
'akaunting',
|
||||||
|
'baserow',
|
||||||
|
'discourse',
|
||||||
'element',
|
'element',
|
||||||
'gitea',
|
'gitea',
|
||||||
'listmonk',
|
'listmonk',
|
||||||
@ -43,6 +45,7 @@ IMAGES_NO_STOP_REQUIRED = [
|
|||||||
'matomo',
|
'matomo',
|
||||||
'nextcloud',
|
'nextcloud',
|
||||||
'openproject',
|
'openproject',
|
||||||
|
'peertube',
|
||||||
'pixelfed',
|
'pixelfed',
|
||||||
'wordpress'
|
'wordpress'
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user