chore(server): allow configuring nextcloud background job mode

This commit is contained in:
2021-10-17 21:02:11 +02:00
parent f2e66f002b
commit 80317cae6a
3 changed files with 38 additions and 11 deletions

View File

@ -22,3 +22,5 @@ nextcloud_container_base_environment_yaml: |+2
{% elif nextcloud_database_type == 'sqlite' %}
SQLITE_DATABASE: "{{ nextcloud_database_name }}"
{% endif %}
nextcloud_occ_command: "php occ"