1
0

feat:添加freshrss到列表#1655

This commit is contained in:
okxlin
2024-09-19 01:25:59 +08:00
parent 190ccfdf22
commit f00bc2b9d1
9 changed files with 197 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
services:
freshrss:
image: "freshrss/freshrss:latest"
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP}"
volumes:
- ${DATA_PATH}/data:/var/www/FreshRSS/data
- ${EXTENSIONS_PATH}:/var/www/FreshRSS/extensions
environment:
- TZ=${TIME_ZONE}
- CRON_MIN=${CRON_MIN}
- FRESHRSS_ENV=${FRESHRSS_ENV}
- LISTEN=0.0.0.0:${PANEL_APP_PORT_HTTP}
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true