Skip to content

Commit 7a053bb

Browse files
author
Osvaldo Abel
committed
add mongodb recipes due to mongodb support
1 parent 36924bc commit 7a053bb

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

recipes/mongodb.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
title: "Mongodb"
2+
3+
actions:
4+
- merge: database/mongodb.yml
5+
dst: docker-compose.yml
6+
- merge: scripts/mongodb.yml
7+
dst: kool.yml

recipes/pick-db.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,7 @@ actions:
1414
- name: 'PostgreSQL 13.0'
1515
actions:
1616
- recipe: postgresql-13
17+
- name: 'Mongodb'
18+
actions:
19+
- recipe: mongodb
1720
- name: 'None - do not use a database'

0 commit comments

Comments
 (0)