Build private incident notebook MVP

This commit is contained in:
Fredrik Johansson
2026-07-20 20:25:17 +02:00
commit 97ac266cd0
7 changed files with 74 additions and 0 deletions

11
docker-compose.yml Normal file
View File

@@ -0,0 +1,11 @@
services:
trace:
build: .
restart: unless-stopped
env_file: .env
ports: ["${HOST_PORT:-3082}:3082"]
volumes:
- trace-data:/app/data
- ../goonk:/repos/goonk:ro
volumes:
trace-data: