This commit is contained in:
2026-02-25 10:56:18 +01:00
commit 3727fc8892
11 changed files with 2469 additions and 0 deletions

7
compose.yaml Normal file
View File

@@ -0,0 +1,7 @@
services:
api:
container_name: api
ports:
- 3000:3000
build:
context: ./services/api