Text Extraction Done, UI Fixes Done, Extracted Template Layout Saved in DB
This commit is contained in:
@@ -6,15 +6,15 @@ services:
|
||||
container_name: docengine_db
|
||||
environment:
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: "M@tr!x#149@dm!N"
|
||||
POSTGRES_DB: document_engine
|
||||
POSTGRES_PASSWORD: "M@triXPostgr3s@6202"
|
||||
POSTGRES_DB: ocr
|
||||
ports:
|
||||
- "7925:5432"
|
||||
- "5432:5432"
|
||||
volumes:
|
||||
- docengine_pgdata:/var/lib/postgresql/data
|
||||
- ./sql/001_create_schema.sql:/docker-entrypoint-initdb.d/001_create_schema.sql
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pg_isready -U postgres -d document_engine"]
|
||||
test: ["CMD-SHELL", "pg_isready -U postgres -d ocr"]
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
|
||||
Reference in New Issue
Block a user