feat(openproject): add deployment using docker-compose

This commit is contained in:
2024-03-31 14:27:53 +02:00
parent 65a256e8b5
commit ef6da18172
5 changed files with 79 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# `finallycoffee.services.openproject` ansible role
Deploys [openproject](https://www.openproject.org/) using docker-compose.
## Configuration
To set configuration variables for OpenProject, set them in `openproject_compose_overrides`:
```yaml
openproject_compose_overrides:
version: "3.7"
services:
proxy:
[...]
volumes:
pgdata:
driver: local
driver_opts:
o: bind
type: none
device: /var/lib/postgresql
```