Datenbank Schema Änderungen
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user