replace 'execute' with 'initial-hooks'
This commit is contained in:
parent
66c3028bf5
commit
5c22dc960d
1 changed files with 7 additions and 6 deletions
|
@ -14,7 +14,7 @@ authentik:
|
|||
uncomment:
|
||||
- calendar.svg
|
||||
- bbb.jpg
|
||||
execute:
|
||||
initial-hooks:
|
||||
- worker set_admin_pass
|
||||
- worker apply_blueprints
|
||||
- worker add_applications
|
||||
|
@ -34,7 +34,7 @@ nextcloud:
|
|||
- SECRET_BBB_SECRET_VERSION
|
||||
secrets:
|
||||
bbb_secret: "{{bbb_secret}}"
|
||||
execute:
|
||||
initial-hooks:
|
||||
- app install_bbb
|
||||
- app set_default_quota
|
||||
- app install_apps
|
||||
|
@ -46,7 +46,7 @@ wordpress:
|
|||
DEFAULT_USER_ROLE: administrator
|
||||
uncomment:
|
||||
- EXTRA_DOMAINS
|
||||
execute:
|
||||
initial-hooks:
|
||||
- app core_install
|
||||
matrix-synapse:
|
||||
env:
|
||||
|
@ -67,10 +67,11 @@ wekan:
|
|||
- PASSWORD_LOGIN_ENABLED
|
||||
- LOGO_IMG_URL
|
||||
- LOGO_LINK_URL
|
||||
execute:
|
||||
initial-hooks:
|
||||
- db set_settings
|
||||
#- db show_mongo_version
|
||||
#- db update_mongo_version
|
||||
upgrade-hooks:
|
||||
- db show_mongo_version
|
||||
- db update_mongo_version
|
||||
backup-bot-two:
|
||||
uncomment:
|
||||
- SECRET_AWS_SECRET_ACCESS_KEY_VERSION
|
||||
|
|
Loading…
Reference in a new issue