add test compose

This commit is contained in:
2022-05-27 10:48:37 +08:00
parent 7b5c3432be
commit 3e101ee140
10 changed files with 385 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
version: '3'
services:
aria2:
image: p3terx/aria2-pro
logging:
options:
max-size: 1m
ports:
- 6800:6800
- 6888:6888
- 6888:6888/udp
environment:
- RPC_SECRET=12346789
volumes:
- ./data/aria2/config:/config
- ./data/temp/downloads:/downloads
restart: unless-stopped