Add docker and compose

This commit is contained in:
2024-05-03 22:40:45 +02:00
parent 7f6fe3e350
commit 5ab9d9d0e0
6 changed files with 79 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# vi: ft=sh
# shellcheck disable=SC2034
# Database things
POSTGRES_USER=vex
POSTGRES_PASSWORD=pass
POSTGRES_DB=vex_db
POSTGRES_SERVER=postgres
POSTGRES_PORT=5432