2025-01-30 15:04:23 +01:00
|
|
|
application_id: "openproject"
|
2025-01-26 16:14:30 +01:00
|
|
|
repository_address: "https://github.com/opf/openproject-deploy"
|
2025-01-26 22:43:48 +01:00
|
|
|
database_password: "{{openproject_database_password}}"
|
2025-01-26 16:14:30 +01:00
|
|
|
database_type: "postgres"
|
2025-01-26 22:43:48 +01:00
|
|
|
|
2025-02-04 22:37:07 +01:00
|
|
|
openproject_plugins_service: "{{docker_compose.directories.services}}plugins/"
|
|
|
|
openproject_repository_service: "{{docker_compose.directories.services}}repository/"
|
|
|
|
custom_openproject_image: "custom_openproject"
|
|
|
|
|
|
|
|
|
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-02-04 22:37:07 +01:00
|
|
|
dummy_volume: "{{docker_compose.directories.volumes}}dummy_volume"
|
2025-01-26 16:14:30 +01:00
|
|
|
|
|
|
|
# OAuth2 Proxy Configuration
|
|
|
|
oauth2_proxy_upstream_application_and_port: "proxy:80"
|
2025-02-18 21:00:14 +01:00
|
|
|
oauth2_proxy_active: "{{ applications.openproject.oauth2_proxy_active | bool }}"
|