Neue Datenbank eingebunden

This commit is contained in:
Moritz Utcke
2023-05-10 19:40:22 +04:00
parent 724f3ff546
commit 33c8a1d447
26 changed files with 483 additions and 631 deletions

View File

@@ -5,10 +5,10 @@ services:
container_name: online-energieausweis
command: pnpm run dev --host
links:
- db:database
- db
environment:
PORT: 3000
DB_CONNECTION: database
DB_CONNECTION: "db"
DB_PORT: 5432
NODE_ENV: "development"
ports: