From 010078ba895d0b2e33a3210473a8c8dd10a741d6 Mon Sep 17 00:00:00 2001 From: jrodriiguezg Date: Sat, 15 Aug 2026 15:40:18 +0200 Subject: [PATCH] =?UTF-8?q?A=C3=B1adir=20drawio=5Fcompose.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- drawio_compose.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 drawio_compose.yaml diff --git a/drawio_compose.yaml b/drawio_compose.yaml new file mode 100644 index 0000000..f538dcf --- /dev/null +++ b/drawio_compose.yaml @@ -0,0 +1,11 @@ +drawio: + image: jgraph/drawio:latest + container_name: drawio + restart: unless-stopped + ports: + - "8091:8080" # http://tu_servidor:8080 + - "8448:8443" # https (certificado autofirmado) + volumes: + - ./drawio_data:/root/.config/draw + environment: + - TZ=Europe/Madrid