fix(service): Change chatwoot service postgres image from postgres:12 to pgvector/pgvector:pg12

This commit is contained in:
Dominic Taylor 2025-01-20 10:35:59 +00:00 committed by GitHub
parent 36a987eb9d
commit 995382d3d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -88,7 +88,7 @@ services:
retries: 3
postgres:
image: postgres:12
image: pgvector/pgvector:pg12
restart: always
volumes:
- postgres-data:/var/lib/postgresql/data