summaryrefslogtreecommitdiff
path: root/dev-compose.yml
diff options
context:
space:
mode:
authorPaul-Christian Volkmer2023-07-25 16:48:45 +0200
committerPaul-Christian Volkmer2023-07-25 16:48:45 +0200
commit46928964ef2b469a8c3f9eb997591ead0e6ea093 (patch)
tree84b0a7431f1fa82f2f43f20de032d94c7308f5f7 /dev-compose.yml
parentc8e99133e2c560a10a2d512d1985518f3e373949 (diff)
Add postgres migration file and configuration for postgres
Diffstat (limited to 'dev-compose.yml')
-rw-r--r--dev-compose.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/dev-compose.yml b/dev-compose.yml
index cebe942..0df9688 100644
--- a/dev-compose.yml
+++ b/dev-compose.yml
@@ -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