Reset history to current sanitized state

This commit is contained in:
2026-08-05 14:37:16 +00:00
commit 9581cea7c7
4 changed files with 467 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
services:
drawio:
environment:
JAVA_TOOL_OPTIONS: -Xms256m -Xmx1g -XX:+UseG1GC
mem_limit: 1.5g
memswap_limit: 2.5g
container_name: drawio
image: jgraph/drawio
# ports:
# - "8099:8080"
# - "8943:8443"
stdin_open: true
tty: true
restart: "unless-stopped"
networks:
npm_proxy:
ipv4_address: 192.168.98.15
networks:
npm_proxy:
external: true