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