InitalCommit

This commit is contained in:
2026-02-17 16:00:34 +01:00
commit ce89fccdb5
20 changed files with 6296 additions and 0 deletions

15
docker-compose.yml Normal file
View File

@@ -0,0 +1,15 @@
services:
infraviewer:
build:
context: .
dockerfile: Dockerfile
container_name: infraviewer-app
restart: unless-stopped
env_file:
- .env
environment:
# Fallback, falls PORT in .env nicht gesetzt ist
- PORT=3001
ports:
- "3001:3001"