mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-15 00:17:12 +08:00
30 lines
642 B
YAML
30 lines
642 B
YAML
services:
|
|
ani-rss:
|
|
image: wushuo894/ani-rss:v2.1.5
|
|
container_name: ani-rss
|
|
restart: always
|
|
environment:
|
|
- PORT=7789
|
|
- CONFIG=/config
|
|
- TZ=Asia/Shanghai
|
|
ports:
|
|
- ${PANEL_APP_PORT_HTTP}:7789
|
|
volumes:
|
|
- ./ani-rss-config:/config
|
|
- ./media:/Media
|
|
qbittorrent:
|
|
image: linuxserver/qbittorrent:latest
|
|
container_name: qbittorrent
|
|
restart: always
|
|
environment:
|
|
- WEBUI_PORT=8080
|
|
- TZ=Asia/Shanghai
|
|
- PUID=0
|
|
- PGID=0
|
|
ports:
|
|
- 8080:8080
|
|
volumes:
|
|
- ./qbittorrent-config:/config
|
|
- ./downloads:/downloads
|
|
- ./media:/Media
|