mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Solved OpenProject build bug
This commit is contained in:
@@ -6,6 +6,9 @@ x-op-app: &app
|
||||
volumes:
|
||||
- "data:/var/openproject/assets"
|
||||
- "{{dummy_volume}}:/var/openproject/pgdata" # This mount is unnecessary and just done to prevent anonymous volumes
|
||||
build:
|
||||
context: {{openproject_plugins_service}}
|
||||
dockerfile: Dockerfile
|
||||
|
||||
services:
|
||||
{% include 'roles/docker-central-database/templates/services/' + database_type + '.yml.j2' %}
|
||||
|
Reference in New Issue
Block a user