mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
20 lines
326 B
YAML
20 lines
326 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
|
|
aria2:
|
|
image: easypi/aria2-arm
|
|
ports:
|
|
- "6800:6800"
|
|
volumes:
|
|
- ./data/disk:/data
|
|
environment:
|
|
- TOKEN=e6c3778f-6361-4ed0-b126-f2cf8fca06db
|
|
restart: unless-stopped
|
|
|
|
webui:
|
|
image: easypi/ariang-arm
|
|
ports:
|
|
- "8080:80"
|
|
restart: unless-stopped
|