mirror of
https://github.com/vvbbnn00/WARP-Clash-API.git
synced 2026-06-29 21:00:52 +08:00
17 lines
331 B
YAML
17 lines
331 B
YAML
version: "3.8"
|
|
services:
|
|
web:
|
|
build: .
|
|
ports:
|
|
- "21001:3000"
|
|
environment:
|
|
- REQUEST_RATE_LIMIT=5
|
|
- RANDOM_COUNT=10
|
|
- LOSS_THRESHOLD=10
|
|
- DELAY_THRESHOLD=500
|
|
env_file:
|
|
- .env.local
|
|
volumes:
|
|
- ./config:/app/config
|
|
- ./account:/app/account
|
|
- ./logs:/app/logs |