chore(deps): update wushuo894/ani-rss docker tag to v4 (#4212)
This commit is contained in:
26
apps/ani-rss/4.0.3/docker-compose.yml
Normal file
26
apps/ani-rss/4.0.3/docker-compose.yml
Normal file
@@ -0,0 +1,26 @@
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
|
||||
services:
|
||||
ani-rss:
|
||||
image: wushuo894/ani-rss:v4.0.3
|
||||
container_name: ${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:7789
|
||||
volumes:
|
||||
- ${ANI_RSS_ROOT_PATH}/config:/config
|
||||
- ${ANI_RSS_ROOT_PATH}/downloads:/downloads
|
||||
- ${ANI_RSS_ROOT_PATH}/Media:/Media
|
||||
environment:
|
||||
- PUID=0
|
||||
- PGID=0
|
||||
- UMASK=022
|
||||
- PORT=7789
|
||||
- CONFIG=/config
|
||||
- TZ=Asia/Shanghai
|
||||
Reference in New Issue
Block a user