feat(#4): Add docker support

This commit is contained in:
Josh Creek
2026-02-22 16:51:22 +00:00
parent 584c3f5803
commit e2052082e0
11 changed files with 217 additions and 499 deletions
+11
View File
@@ -0,0 +1,11 @@
services:
open-network-diagram:
build:
context: .
dockerfile: Dockerfile
image: open-network-diagram:local
ports:
- "8080:80"
volumes:
- ./data:/usr/share/nginx/html/data:ro
restart: unless-stopped