1
0
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:
2023-07-25 16:48:45 +02:00
parent c8e99133e2
commit 46928964ef
5 changed files with 25 additions and 1 deletions

View File

@ -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