Add Image API
This commit is contained in:
@@ -5,7 +5,7 @@ services:
|
||||
container_name: online-energieausweis
|
||||
command: pnpm run dev --host
|
||||
links:
|
||||
- db
|
||||
- database
|
||||
environment:
|
||||
PORT: 3000
|
||||
DB_CONNECTION: "postgresql://main:hHMP8cd^N3SnzGRR@database:5432/main"
|
||||
@@ -18,7 +18,7 @@ services:
|
||||
- ./persistent:/persistent
|
||||
networks:
|
||||
- postgres
|
||||
db:
|
||||
database:
|
||||
build: ../database
|
||||
ports:
|
||||
- "5436:5432"
|
||||
|
||||
Reference in New Issue
Block a user