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:
|
uncomment:
|
||||||
- calendar.svg
|
- calendar.svg
|
||||||
- bbb.jpg
|
- bbb.jpg
|
||||||
execute:
|
initial-hooks:
|
||||||
- worker set_admin_pass
|
- worker set_admin_pass
|
||||||
- worker apply_blueprints
|
- worker apply_blueprints
|
||||||
- worker add_applications
|
- worker add_applications
|
||||||
|
@ -34,7 +34,7 @@ nextcloud:
|
||||||
- SECRET_BBB_SECRET_VERSION
|
- SECRET_BBB_SECRET_VERSION
|
||||||
secrets:
|
secrets:
|
||||||
bbb_secret: "{{bbb_secret}}"
|
bbb_secret: "{{bbb_secret}}"
|
||||||
execute:
|
initial-hooks:
|
||||||
- app install_bbb
|
- app install_bbb
|
||||||
- app set_default_quota
|
- app set_default_quota
|
||||||
- app install_apps
|
- app install_apps
|
||||||
|
@ -46,7 +46,7 @@ wordpress:
|
||||||
DEFAULT_USER_ROLE: administrator
|
DEFAULT_USER_ROLE: administrator
|
||||||
uncomment:
|
uncomment:
|
||||||
- EXTRA_DOMAINS
|
- EXTRA_DOMAINS
|
||||||
execute:
|
initial-hooks:
|
||||||
- app core_install
|
- app core_install
|
||||||
matrix-synapse:
|
matrix-synapse:
|
||||||
env:
|
env:
|
||||||
|
@ -67,10 +67,11 @@ wekan:
|
||||||
- PASSWORD_LOGIN_ENABLED
|
- PASSWORD_LOGIN_ENABLED
|
||||||
- LOGO_IMG_URL
|
- LOGO_IMG_URL
|
||||||
- LOGO_LINK_URL
|
- LOGO_LINK_URL
|
||||||
execute:
|
initial-hooks:
|
||||||
- db set_settings
|
- db set_settings
|
||||||
#- db show_mongo_version
|
upgrade-hooks:
|
||||||
#- db update_mongo_version
|
- db show_mongo_version
|
||||||
|
- db update_mongo_version
|
||||||
backup-bot-two:
|
backup-bot-two:
|
||||||
uncomment:
|
uncomment:
|
||||||
- SECRET_AWS_SECRET_ACCESS_KEY_VERSION
|
- SECRET_AWS_SECRET_ACCESS_KEY_VERSION
|
||||||
|
|
Loading…
Reference in a new issue