feat: remove postgres & use a single docker container

This commit is contained in:
Elias Schneider
2022-10-11 22:30:06 +02:00
parent e2b3e6a1e8
commit 388ac395ba
18 changed files with 349 additions and 274 deletions

8
.dockerignore Normal file
View File

@@ -0,0 +1,8 @@
backend/dist/
backend/node_modules/
frontend/node_modules/
frontend/.next/
frontend/dist/
**/.git/