mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-19 15:04:23 +02:00
Activated flush
This commit is contained in:
parent
6a447a1426
commit
4acf2137e8
@ -1,2 +1,3 @@
|
|||||||
# Todo
|
# Todo
|
||||||
- Check if sendmail needs to be installed. See [Issue](https://github.com/bitnami/containers/issues/63311).
|
- Check if sendmail needs to be installed. See [Issue](https://github.com/bitnami/containers/issues/63311).
|
||||||
|
- Implemented auto update of database credentials when changed after first setup
|
@ -1,10 +1,11 @@
|
|||||||
---
|
---
|
||||||
application_id: "moodle"
|
application_id: "moodle"
|
||||||
database_type: "mariadb"
|
database_type: "mariadb"
|
||||||
container_name: "{{ application_id }}"
|
container_name: "{{ application_id }}"
|
||||||
bitnami_code_link: "/bitnami/moodle"
|
bitnami_code_link: "/bitnami/moodle"
|
||||||
bitnami_code_dir: "/opt{{bitnami_code_link}}"
|
bitnami_code_dir: "/opt{{bitnami_code_link}}"
|
||||||
bitnami_data_dir: "/bitnami/moodledata"
|
bitnami_data_dir: "/bitnami/moodledata"
|
||||||
bitnami_oidc_plugin_dir: "{{ bitnami_code_dir }}/auth/oidc"
|
bitnami_oidc_plugin_dir: "{{ bitnami_code_dir }}/auth/oidc"
|
||||||
bitnami_user: "daemon"
|
bitnami_user: "daemon"
|
||||||
bitnami_user_group: "{{ bitnami_user }}:{{ bitnami_user }}"
|
bitnami_user_group: "{{ bitnami_user }}:{{ bitnami_user }}"
|
||||||
|
docker_compose_flush_handlers: true
|
Loading…
x
Reference in New Issue
Block a user