feat: create backend skeleton
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
services:
|
||||
postgres:
|
||||
ports:
|
||||
- "127.0.0.1:5433:5432"
|
||||
|
||||
api:
|
||||
ports:
|
||||
- "127.0.0.1:8080:8080"
|
||||
Reference in New Issue
Block a user