From a5a2f7f756bc3ba794e86228a78c43bea5a5c0d5 Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 2 Nov 2025 14:44:14 +0100 Subject: [PATCH] =?UTF-8?q?draw.io/docker-compose.yml=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- draw.io/docker-compose.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 draw.io/docker-compose.yml diff --git a/draw.io/docker-compose.yml b/draw.io/docker-compose.yml new file mode 100644 index 0000000..561b0ef --- /dev/null +++ b/draw.io/docker-compose.yml @@ -0,0 +1,13 @@ +services: + drawio: + container_name: draw.io + image: jgraph/drawio:latest + healthcheck: + test: curl -f http://localhost:8080/ || exit 1 + mem_limit: 4g + cpu_shares: 768 + security_opt: + - no-new-privileges:true + restart: on-failure:5 + ports: + - 5022:8080 \ No newline at end of file