🔧 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:
@@ -39,6 +39,7 @@ services:
|
||||
|
||||
browserless:
|
||||
image: browserless/chrome
|
||||
pull_policy: always
|
||||
container_name: browserless-${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user