Teststand
Some checks failed
Deploy KubeViz / deploy (push) Has been cancelled

This commit is contained in:
2026-03-01 07:40:49 +01:00
commit 1a0bbe9dfd
58 changed files with 7756 additions and 0 deletions

14
docker-compose.yml Normal file
View File

@@ -0,0 +1,14 @@
services:
kubeviz:
build:
context: .
dockerfile: Dockerfile
image: kubeviz:local
ports:
- "8080:8080"
environment:
ADDR: ":8080"
SESSION_TTL: "30m"
MAX_UPLOAD_SIZE: "5242880"
COOKIE_SECURE: "false"
LOG_LEVEL: "info"