fix(server): self hosted config (#12253)

<!-- This is an auto-generated comment: release notes by coderabbit.ai -->

## Summary by CodeRabbit

- **Chores**
  - Updated the Docker Compose configuration to use a different image for the Postgres service.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
darkskygit
2025-05-15 06:56:35 +00:00
parent d00315e372
commit 393458871d

View File

@@ -57,7 +57,7 @@ services:
restart: unless-stopped restart: unless-stopped
postgres: postgres:
image: postgres:16 image: pgvector/pgvector:pg16
container_name: affine_postgres container_name: affine_postgres
volumes: volumes:
- ${DB_DATA_LOCATION}:/var/lib/postgresql/data - ${DB_DATA_LOCATION}:/var/lib/postgresql/data