✨ feat(docker): add pull policy to postgres services
- add `pull_policy: always` to postgres services in both affine and lobe-chat-data deployments - ensure latest pgvector images are always pulled for database services
This commit is contained in:
@@ -49,6 +49,7 @@ services:
|
||||
|
||||
postgresql:
|
||||
image: pgvector/pgvector:pg17
|
||||
pull_policy: always
|
||||
container_name: lobe-postgres
|
||||
ports:
|
||||
- '5432:5432'
|
||||
|
||||
Reference in New Issue
Block a user