implemented docker volumes for bigbluebutton

This commit is contained in:
2024-01-13 20:12:39 +01:00
parent 309aaed37e
commit bb9daf27e5
7 changed files with 61 additions and 18 deletions

View File

@@ -1,5 +1,6 @@
docker_compose_project_name: "bigbluebutton"
#database_host: "postgres" # needs to be fixed
#database_name: "greenlight-v3"
#database_username: "postgres"
#database_type: "postgres"
docker_compose_project_name: "bigbluebutton"
docker_compose_file: "{{docker_compose_instance_directory}}/docker-compose.yml"
database_instance: "bigbluebutton"
database_name: "greenlight-v3"
database_username: "postgres"
database_password: "{{bigbluebutton_postgresql_secret}}"