mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-07-14 13:36:59 +00:00
feat: automate generating OpenAPI specification
This commit is contained in:
9
docker-compose.db.yml
Normal file
9
docker-compose.db.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
version: "3.3"
|
||||
services:
|
||||
# MongoDB
|
||||
database:
|
||||
image: mongo
|
||||
ports:
|
||||
- "27017:27017"
|
||||
volumes:
|
||||
- ./.data/db:/data/db
|
||||
Reference in New Issue
Block a user