mirror of
https://github.com/pcvolkmer/etl-processor.git
synced 2025-07-01 14:12:55 +00:00
Add postgres migration file and configuration for postgres
This commit is contained in:
@ -8,3 +8,11 @@ services:
|
||||
MARIADB_USER: dev
|
||||
MARIADB_PASSWORD: dev
|
||||
MARIADB_ROOT_PASSWORD: dev
|
||||
# postgres:
|
||||
# image: postgres:alpine
|
||||
# ports:
|
||||
# - "15432:5432"
|
||||
# environment:
|
||||
# POSTGRES_DB: dev
|
||||
# POSTGRES_USER: dev
|
||||
# POSTGRES_PASSWORD: dev
|
||||
|
Reference in New Issue
Block a user