mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-28 09:08:36 +02:00
21 lines
370 B
YAML
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
|