draw.io/docker-compose.yml hinzugefügt

This commit is contained in:
2025-11-02 14:44:14 +01:00
parent e514e13de3
commit a5a2f7f756

View File

@@ -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