mirror of
https://github.com/wahyd4/aria2-ariang-x-docker-compose.git
synced 2026-08-08 21:00:46 +10:00
#3 Update docker-compose file to enable ssl and basic auth.
This commit is contained in:
@@ -19,12 +19,20 @@ services:
|
||||
volumes:
|
||||
- /data:/user-files
|
||||
aria2:
|
||||
image: wahyd4/aria2-ariang:filerun
|
||||
image: wahyd4/aria2-ariang:caddy-filerun
|
||||
links:
|
||||
- web:file-manager
|
||||
ports:
|
||||
- "8000:80"
|
||||
- "6800:6800"
|
||||
- "443:443"
|
||||
environment:
|
||||
- DOMAIN=localhost:80
|
||||
# - SSL=true
|
||||
# - RPC_SECRET=Hello
|
||||
# - ARIA2_USER=admin
|
||||
# - ARIA2_PWD=password
|
||||
# - ENABLE_AUTH=true
|
||||
volumes_from:
|
||||
- web
|
||||
|
||||
|
||||
@@ -11,8 +11,16 @@ services:
|
||||
ports:
|
||||
- "8000:80"
|
||||
- "6800:6800"
|
||||
- "443:443"
|
||||
volumes_from:
|
||||
- nextcloud
|
||||
environment:
|
||||
- DOMAIN=localhost:80
|
||||
# - SSL=true
|
||||
# - RPC_SECRET=Hello
|
||||
# - ARIA2_USER=admin
|
||||
# - ARIA2_PWD=password
|
||||
# - ENABLE_AUTH=true
|
||||
links:
|
||||
- nextcloud:file-manager
|
||||
|
||||
|
||||
Reference in New Issue
Block a user