feat(#14): Add zero-setup Docker data initialization

This commit is contained in:
Josh Creek
2026-07-24 22:24:45 +01:00
parent 5976b46cad
commit 0b1d647aec
14 changed files with 509 additions and 72 deletions
+1
View File
@@ -4,6 +4,7 @@ services:
context: .
dockerfile: Dockerfile
image: open-network-diagram:local
user: '${OND_UID:-1000}:${OND_GID:-1000}'
ports:
- '8080:3000'
volumes: