feat: automate generating OpenAPI specification

This commit is contained in:
Paul Makles
2023-01-14 15:42:30 +00:00
parent 117958d8cd
commit 0cebb69e02
2 changed files with 51 additions and 7 deletions

9
docker-compose.db.yml Normal file
View File

@@ -0,0 +1,9 @@
version: "3.3"
services:
# MongoDB
database:
image: mongo
ports:
- "27017:27017"
volumes:
- ./.data/db:/data/db