Files
2017-09-04 17:54:17 +08:00

30 lines
559 B
YAML

version: '2'
services:
nextcloud:
image: wonderfall/nextcloud
volumes:
- /data/nextcloud:/data
- /data:/user-files
aria2:
image: wahyd4/aria2-ariang:caddy-nextcloud
ports:
- "8000:80"
- "6800:6800"
- "443:443"
volumes_from:
- nextcloud
# volumes:
# - /some_folder:/root/conf/key
environment:
- DOMAIN=:80
# - SSL=true
# - RPC_SECRET=Hello
# - ARIA2_USER=admin
# - ARIA2_PWD=password
# - ENABLE_AUTH=true
links:
- nextcloud:file-manager