Add Image API

This commit is contained in:
Moritz Utcke
2023-07-10 19:34:39 +05:00
parent 82db459b4e
commit de47be96d6
14 changed files with 251 additions and 75 deletions

View File

@@ -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"