Logo
Explore Help
Register Sign In
Malin/six.k
1
0
Fork 0
You've already forked six.k
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
d3991416e8e0705b4d2305a5d8ef7210fec7509b
six.k/docker-compose.yml

12 lines
147 B
YAML
Raw Normal View History

feat: k6 load testing web UI with Docker - Multi-stage Dockerfile builds k6 from source (grafana/k6) - Express backend with SSE live output streaming - SQLite-backed test history with delete support - Frontend: URL input, VUs, duration, RPS limit, custom headers - Persisted via Docker volume, listens on port 8118 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-01 19:36:21 +02:00
services:
k6-ui:
build: .
ports:
- "8118:8118"
volumes:
- k6-data:/data
restart: unless-stopped
volumes:
k6-data:
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 41ms Template: 6ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API