1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 17:51:24 +00:00
dockerfiles/aria2/docker-compose.yml

21 lines
370 B
YAML
Raw Normal View History

2020-08-14 10:41:35 +00:00
version: "3.8"
2015-07-03 13:22:03 +00:00
2020-08-14 10:41:35 +00:00
services:
aria2:
image: vimagick/aria2
ports:
- "6800:6800"
volumes:
2021-09-06 10:38:42 +00:00
- ./data/aria2.conf:/etc/aria2/aria2.conf
- ./data/disk:/data
2020-08-14 10:41:35 +00:00
environment:
- TOKEN=e6c3778f-6361-4ed0-b126-f2cf8fca06db
restart: unless-stopped
2021-09-06 10:38:42 +00:00
webui:
2021-09-07 03:26:11 +00:00
image: vimagick/ariang
2020-08-14 10:41:35 +00:00
ports:
- "8080:80"
restart: unless-stopped