try fix similaruuty and add seed for master excel icd
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user