removed stacks and using normal docker but with seperated compose files
This commit is contained in:
27
docker-compose.d/Tools/ariang.yml
Normal file
27
docker-compose.d/Tools/ariang.yml
Normal file
@@ -0,0 +1,27 @@
|
||||
services:
|
||||
ariang:
|
||||
image: hurlenko/aria2-ariang
|
||||
container_name: aria
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /mnt/nextcloud:/aria2/data
|
||||
- ariang:/aria2/conf
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- RPC_SECRET=${PASS}
|
||||
- BASIC_AUTH_USERNAME=poslop
|
||||
- BASIC_AUTH_PASSWORD=${PASS}
|
||||
- ARIA2RPCPORT=443
|
||||
networks:
|
||||
- caddy
|
||||
|
||||
volumes:
|
||||
ariang:
|
||||
name: ariang
|
||||
external: true
|
||||
|
||||
networks:
|
||||
caddy:
|
||||
name: caddy
|
||||
external: true
|
||||
Reference in New Issue
Block a user