1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-24 07:48:38 +00:00
dockerfiles/aria2/docker-compose.yml
2021-09-07 11:26:11 +08:00

21 lines
370 B
YAML

version: "3.8"
services:
aria2:
image: vimagick/aria2
ports:
- "6800:6800"
volumes:
- ./data/aria2.conf:/etc/aria2/aria2.conf
- ./data/disk:/data
environment:
- TOKEN=e6c3778f-6361-4ed0-b126-f2cf8fca06db
restart: unless-stopped
webui:
image: vimagick/ariang
ports:
- "8080:80"
restart: unless-stopped