mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-15 00:17:12 +08:00
feat: update ani-rss 4.0.3
This commit is contained in:
29
apps/ani-rss/4.0.3/docker-compose.yml
Normal file
29
apps/ani-rss/4.0.3/docker-compose.yml
Normal file
@@ -0,0 +1,29 @@
|
||||
services:
|
||||
ani-rss:
|
||||
image: wushuo894/ani-rss:v4.0.3
|
||||
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
|
||||
Reference in New Issue
Block a user