chore(deps): update wantcat/trendradar docker tag to v6 (#3993)
This commit is contained in:
21
apps/trendradar/6.0.0/docker-compose.yml
Normal file
21
apps/trendradar/6.0.0/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user