fancy testing

This commit is contained in:
Para Dox
2025-05-01 13:33:13 +07:00
parent 4722460091
commit f171abb333
3 changed files with 462 additions and 0 deletions

15
benchmark-proxy.yml Normal file
View File

@@ -0,0 +1,15 @@
services:
benchmark-proxy:
build:
context: ./benchmark-proxy
dockerfile: Dockerfile
ports:
- "8080:8080"
environment:
- LISTEN_ADDR=:8080
- SUMMARY_INTERVAL=60
- PRIMARY_BACKEND=${BENCHMARK_PROXY_PRIMARY_BACKEND}
- SECONDARY_BACKENDS=${BENCHMARK_PROXY_SECONDARY_BACKENDS}
restart: unless-stopped
networks:
- chains