mirror of
https://github.com/mattermost/mattermost.git
synced 2026-02-03 20:40:00 -05:00
9 lines
299 B
YAML
9 lines
299 B
YAML
|
|
# Override file to use pgvector/pgvector image instead of standard postgres
|
||
|
|
# This file is used when MM_USE_PGVECTOR=true is set
|
||
|
|
services:
|
||
|
|
postgres:
|
||
|
|
# Override the postgres image to use pgvector
|
||
|
|
image: "pgvector/pgvector:pg13"
|
||
|
|
# All other settings are inherited from the base service
|
||
|
|
|