mirror of
https://github.com/wahyd4/aria2-ariang-x-docker-compose.git
synced 2026-08-09 05:07:02 +10:00
Update docker-compose files
This commit is contained in:
@@ -33,6 +33,8 @@ services:
|
||||
# - ARIA2_USER=admin
|
||||
# - ARIA2_PWD=password
|
||||
# - ENABLE_AUTH=true
|
||||
# volumes:
|
||||
# - /some_folder:/root/conf/key
|
||||
volumes_from:
|
||||
- web
|
||||
|
||||
|
||||
@@ -5,7 +5,6 @@ services:
|
||||
image: bixidock/h5ai
|
||||
volumes:
|
||||
- /data:/var/www
|
||||
# - /some_folder:/root/conf/key
|
||||
aria2:
|
||||
image: wahyd4/aria2-ariang:caddy-h5ai
|
||||
ports:
|
||||
@@ -14,6 +13,8 @@ services:
|
||||
- "6800:6800"
|
||||
volumes_from:
|
||||
- h5ai
|
||||
# volumes:
|
||||
# - /some_folder:/root/conf/key
|
||||
environment:
|
||||
- DOMAIN=localhost:80
|
||||
# - SSL=true
|
||||
|
||||
@@ -6,7 +6,6 @@ services:
|
||||
volumes:
|
||||
- /data/nextcloud:/data
|
||||
- /data:/user-files
|
||||
# - /some_folder:/root/conf/key
|
||||
aria2:
|
||||
image: wahyd4/aria2-ariang:caddy-nextcloud
|
||||
ports:
|
||||
@@ -15,6 +14,8 @@ services:
|
||||
- "443:443"
|
||||
volumes_from:
|
||||
- nextcloud
|
||||
# volumes:
|
||||
# - /some_folder:/root/conf/key
|
||||
environment:
|
||||
- DOMAIN=localhost:80
|
||||
# - SSL=true
|
||||
|
||||
Reference in New Issue
Block a user