feat: initial commit

This commit is contained in:
nikola
2026-05-19 14:53:36 +02:00
commit 7d34caf1a2
19 changed files with 1114 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
services:
topology:
build:
context: .
dockerfile: backend/Dockerfile
container_name: network-topology-wrapper
network_mode: host
env_file:
- .env
restart: unless-stopped