Datenbank Schema Änderungen

This commit is contained in:
Moritz Utcke
2024-01-06 14:12:01 +07:00
parent 9a6f5218d0
commit 30cc5fab63
77 changed files with 661 additions and 2385 deletions

View File

@@ -4,11 +4,10 @@ services:
build: ./
container_name: online-energieausweis
command: bun run dev --host
links:
depends_on:
- database
environment:
PORT: 3000
DB_CONNECTION: ${DATABASE_URL}
NODE_ENV: "development"
ports:
- 3000:3000
@@ -24,7 +23,7 @@ services:
env_file:
- ../database/.env
ports:
- "5436:5432"
- "5432:5432"
networks:
- postgres