mirror of
https://github.com/vvbbnn00/WARP-Clash-API.git
synced 2026-06-03 21:01:28 +08:00
12 lines
214 B
YAML
12 lines
214 B
YAML
version: "3.8"
|
|
services:
|
|
warp-clash:
|
|
build: .
|
|
ports:
|
|
- "21001:3000"
|
|
env_file:
|
|
- .env.local
|
|
volumes:
|
|
- ./config:/app/config
|
|
- ./account:/app/account
|
|
- ./logs:/app/logs |