mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-11 10:11:48 +00:00
12 lines
188 B
YAML
12 lines
188 B
YAML
![]() |
version: '3.1'
|
||
|
|
||
|
services:
|
||
|
|
||
|
postgres:
|
||
|
image: postgres
|
||
|
restart: always
|
||
|
environment:
|
||
|
POSTGRES_USER: datahub
|
||
|
POSTGRES_PASSWORD: datahub
|
||
|
ports:
|
||
|
- "5432:5432"
|