chore(#5): switch to node runtime and update tooling/docs for persistence

This commit is contained in:
Josh Creek
2026-02-25 19:33:50 +00:00
parent a22846993f
commit 151f942d9d
8 changed files with 609 additions and 52 deletions
+5 -2
View File
@@ -5,7 +5,10 @@ services:
dockerfile: Dockerfile
image: open-network-diagram:local
ports:
- "8080:80"
- "8080:3000"
volumes:
- ./data:/usr/share/nginx/html/data:ro
- ./data:/app/data
environment:
NETWORK_DATA_FILE: "/app/data/network.json"
NETWORK_BACKUP_DIR: "/app/data/.backups"
restart: unless-stopped