feature: added ansible playbook for deployment

This commit is contained in:
2025-12-05 22:59:03 +05:00
parent bceb06b5b6
commit f72451cdd8
5 changed files with 76 additions and 4 deletions

View File

@@ -17,8 +17,6 @@ services:
POSTGRES_DB: ingest_db
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
ports:
- "5432:5432"
volumes:
- postgres_data:/var/lib/postgresql/data
healthcheck: