commit 395d8f675ac4da66723da0705e4cd00aceab89d7 Author: stephane.david Date: Tue Jun 24 15:18:47 2025 +0200 First version diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..fcc0cc2 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,13 @@ +services: + drawio: + container_name: Draw.io + image: jgraph/drawio + healthcheck: + test: curl -f http://localhost:8080/ || exit 1 + mem_limit: 4g + cpu_shares: 768 + security_opt: + - no-new-privileges:true + restart: always + ports: + - 5022:8080 \ No newline at end of file