Update diygod/rsshub Docker tag to 2025-07-01
This commit is contained in:
parent
d40fe12a40
commit
8406b65db5
|
|
@ -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
|
||||||
Loading…
Reference in New Issue