try fix similaruuty and add seed for master excel icd

This commit is contained in:
arifal
2025-08-23 03:25:15 +07:00
parent b77beb2d85
commit 0ad656ce35
14 changed files with 1274 additions and 223 deletions

View File

@@ -1,7 +1,8 @@
version: '3.8'
services:
# PostgreSQL Database with pgvector extension
postgres:
image: pgvector/pgvector:pg15
image: pgvector/pgvector:pg17
container_name: claim-guard-postgres
restart: unless-stopped
environment:
@@ -9,7 +10,7 @@ services:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres123
ports:
- '5432:5432'
- '5433:5432' # host:container → akses dari host pakai port 5433
volumes:
- postgres_data:/var/lib/postgresql/data
- ./docker/postgres/init:/docker-entrypoint-initdb.d