nas_docker_compose/aira/docker-compose.yaml
2024-08-30 00:24:48 +08:00

44 lines
869 B
YAML
Executable File

---
services:
aira:
container_name: aria
image: p3terx/aria2-pro
environment:
- PUID=65534
- PGID=65534
- UMASK_SET=022
- RPC_SECRET=123456
- RPC_PORT=6800
- LISTEN_PORT=6888
- DISK_CACHE=64M
- IPV6_MODE=false
- UPDATE_TRACKERS=true
- CUSTOM_TRACKER_URL=
- TZ=Asia/Shanghai
volumes:
- ./config:/config
- /mnt/disk1/downloads:/downloads
# network_mode: bridge
ports:
- "16800:6800"
- "16888:6888"
- "16888:6888/udp"
restart: always
logging:
driver: json-file
options:
max-size: 1m
AriaNg:
container_name: ariang
image: p3terx/ariang
command: --port 6880
# network_mode: bridge
ports:
- "4014:6880"
restart: always
logging:
driver: json-file
options:
max-size: 1m