1
0

🔧 chore(apps): set the pull policy for all services using fixed tag images

- add `pull_policy: always` to all service definitions across all docker-compose files
- ensure consistent image update behavior for all applications
- maintain existing network configurations and external network settings
- preserve all other service configurations and environment variables
This commit is contained in:
pooneyy
2025-11-10 16:10:24 +08:00
parent 69fb87be1a
commit 7ff35caf28
405 changed files with 1419 additions and 1014 deletions

View File

@@ -39,6 +39,7 @@ services:
browserless:
image: browserless/chrome
pull_policy: always
container_name: browserless-${CONTAINER_NAME}
labels:
createdBy: "Apps"

View File

@@ -11,6 +11,7 @@ services:
- "CACHE_TYPE=redis"
- "REDIS_URL=redis://:${REDIS_PASS}@${REDIS_HOST}:${REDIS_PORT}"
image: diygod/rsshub:chromium-bundled
pull_policy: always
labels:
createdBy: Apps

View File

@@ -12,6 +12,7 @@ services:
- "REDIS_URL=redis://:${REDIS_PASS}@${REDIS_HOST}:${REDIS_PORT}"
- "PUPPETEER_WS_ENDPOINT=ws://rsshub-browserless:3000"
image: diygod/rsshub:latest
pull_policy: always
depends_on:
- rsshub-browserless
labels:
@@ -27,9 +28,10 @@ services:
hard: 0
soft: 0
image: browserless/chrome:latest
labels:
pull_policy: always
labels:
createdBy: "Apps"
networks:
1panel-network:
networks:
1panel-network:
external: true