feat: add drawio instance for nextcloud and opencloud
Signed-off-by: Bert-Jan Fikse <bert-jan@whatwedo.ch>
This commit is contained in:
parent
f3f2b6d5b7
commit
910986b808
11 changed files with 152 additions and 4 deletions
|
|
@ -1,3 +1,20 @@
|
|||
#SPDX-License-Identifier: MIT-0
|
||||
---
|
||||
# defaults file for drawio
|
||||
|
||||
# Base directory configuration (inherited from base role or defined here)
|
||||
docker_compose_base_dir: /etc/docker/compose
|
||||
|
||||
# Drawio-specific configuration
|
||||
drawio_service_name: drawio
|
||||
drawio_docker_compose_dir: "{{ docker_compose_base_dir }}/{{ drawio_service_name }}"
|
||||
|
||||
# Service configuration
|
||||
drawio_domain: "drawio.local.test"
|
||||
drawio_image: "jgraph/drawio:latest"
|
||||
drawio_port: 8080
|
||||
drawio_extra_hosts: []
|
||||
|
||||
# Traefik configuration
|
||||
drawio_traefik_network: "proxy"
|
||||
drawio_use_ssl: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue