mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-15 16:53:55 +08:00
feat: add app WeWe-RSS
This commit is contained in:
24
apps/wewe-rss/2.6.1-sqlite/docker-compose.yml
Normal file
24
apps/wewe-rss/2.6.1-sqlite/docker-compose.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
services:
|
||||
wewe-rss:
|
||||
image: "cooderl/wewe-rss-sqlite:v2.6.1"
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:4000"
|
||||
environment:
|
||||
- DATABASE_TYPE=${DATABASE_TYPE}
|
||||
- AUTH_CODE=${AUTH_CODE}
|
||||
- FEED_MODE=${FEED_MODE}
|
||||
- CRON_EXPRESSION=${CRON_EXPRESSION}
|
||||
- MAX_REQUEST_PER_MINUTE=${MAX_REQUEST_PER_MINUTE}
|
||||
- SERVER_ORIGIN_URL=${SERVER_ORIGIN_URL}
|
||||
volumes:
|
||||
- ${DATA_PATH}:/app/data
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
Reference in New Issue
Block a user