2025-02-19 16:26:32 +01:00
|
|
|
application_id: "openproject"
|
|
|
|
docker_repository_address: "https://github.com/opf/openproject-deploy"
|
|
|
|
database_password: "{{openproject_database_password}}"
|
|
|
|
database_type: "postgres"
|
2025-02-04 22:37:07 +01:00
|
|
|
|
2025-02-19 16:26:32 +01:00
|
|
|
openproject_plugins_service: "{{docker_compose.directories.services}}plugins/"
|
|
|
|
custom_openproject_image: "custom_openproject"
|
2025-02-04 22:37:07 +01:00
|
|
|
|
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-19 16:26:32 +01:00
|
|
|
dummy_volume: "{{docker_compose.directories.volumes}}dummy_volume"
|