1
0
Fork 0

Update diygod/rsshub Docker tag to 2025-07-01

This commit is contained in:
pooneyy 2025-07-01 15:27:42 +08:00
parent d40fe12a40
commit 8406b65db5
7 changed files with 21 additions and 20 deletions

View File

@ -3,27 +3,8 @@ networks:
external: true external: true
services: services:
browserless:
image: browserless/chrome
container_name: browserless-${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
ulimits:
core:
hard: 0
soft: 0
expose:
- 3000
healthcheck:
test: [ "CMD", "curl", "-f", "http://localhost:3000/pressure" ]
interval: 30s
timeout: 10s
retries: 3
rsshub: rsshub:
image: diygod/rsshub:2025-06-12 image: diygod/rsshub:2025-07-01
container_name: rsshub-${CONTAINER_NAME} container_name: rsshub-${CONTAINER_NAME}
depends_on: depends_on:
- browserless - browserless
@ -58,3 +39,23 @@ services:
interval: 30s interval: 30s
timeout: 10s timeout: 10s
retries: 3 retries: 3
browserless:
image: browserless/chrome
container_name: browserless-${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
ulimits:
core:
hard: 0
soft: 0
expose:
- 3000
healthcheck:
test: [ "CMD", "curl", "-f", "http://localhost:3000/pressure" ]
interval: 30s
timeout: 10s
retries: 3