mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-12 11:15:04 +02:00
19 lines
318 B
YAML
19 lines
318 B
YAML
aria2:
|
|
image: vimagick/aria2
|
|
ports:
|
|
- "6800:6800"
|
|
volumes:
|
|
- "data:/home/aria2"
|
|
- "keys:/etc/aria2"
|
|
environment:
|
|
- TOKEN=e6c3778f-6361-4ed0-b126-f2cf8fca06db
|
|
restart: always
|
|
|
|
yaaw:
|
|
image: vimagick/nginx
|
|
ports:
|
|
- "8080:80"
|
|
volumes:
|
|
- html:/usr/share/nginx/html
|
|
restart: always
|