2021-02-15 18:29:27 -08: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"