Mars Lan 52a54b9fda
feat(ingest): add PostgreSQL ETL script (#1712)
Also add a simple docker file for testing
2020-06-25 15:28:42 -07:00

12 lines
188 B
YAML

version: '3.1'
services:
postgres:
image: postgres
restart: always
environment:
POSTGRES_USER: datahub
POSTGRES_PASSWORD: datahub
ports:
- "5432:5432"