1
0

chore(deps): update wantcat/trendradar docker tag to v6 (#3993)

This commit is contained in:
renovate[bot]
2026-02-13 22:43:36 +08:00
committed by GitHub
parent 32388f3e6e
commit efe7c58caa
7 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,21 @@
services:
trend-radar:
image: wantcat/trendradar:6.0.0
container_name: ${CONTAINER_NAME}
restart: always
ports:
- ${PANEL_APP_PORT_HTTP}:8080
volumes:
- ./config:/app/config:ro
- ${DATA_PATH}:/app/output
environment:
- CRON_SCHEDULE=${CRON_SCHEDULE}
- RUN_MODE=${RUN_MODE}
- IMMEDIATE_RUN=${IMMEDIATE_RUN}
networks:
- 1panel-network
labels:
createdBy: Apps
networks:
1panel-network:
external: true