2023-12-30 15:22:18 +01:00
|
|
|
docker_compose_project_name: "openproject"
|
|
|
|
repository_directory: "{{ path_docker_compose_instances }}{{docker_compose_project_name}}/"
|
|
|
|
docker_compose_instance_directory: "{{repository_directory}}compose/"
|
|
|
|
database_password: "{{openproject_database_password}}"
|
2024-01-02 21:13:34 +01:00
|
|
|
repository_address: "https://github.com/opf/openproject-deploy"
|
2024-01-13 21:38:02 +01:00
|
|
|
database_type: "postgres"
|
2024-01-13 21:46:17 +01:00
|
|
|
# The following volume doesn't have a practcical function. It just exist to prevent the creation of unnecessary anonymous volumes
|
2025-01-26 13:25:39 +01:00
|
|
|
dummy_volume: "{{repository_directory}}dummy_volume"
|
|
|
|
oauth2_proxy_client_secret: "{{openproject_oauth2_proxy_client_secret}}"
|
|
|
|
oauth2_proxy_cookie_secret: "{{openproject_oauth2_proxy_cookie_secret}}"
|
|
|
|
#oauth2_proxy_upstream_application: ""
|