Skip to content

Commit

Permalink
add mongodb recipes due to mongodb support
Browse files Browse the repository at this point in the history
  • Loading branch information
Osvaldo Abel committed Dec 21, 2024
1 parent 36924bc commit 7a053bb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions recipes/mongodb.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
title: "Mongodb"

actions:
- merge: database/mongodb.yml
dst: docker-compose.yml
- merge: scripts/mongodb.yml
dst: kool.yml
3 changes: 3 additions & 0 deletions recipes/pick-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@ actions:
- name: 'PostgreSQL 13.0'
actions:
- recipe: postgresql-13
- name: 'Mongodb'
actions:
- recipe: mongodb
- name: 'None - do not use a database'

0 comments on commit 7a053bb

Please sign in to comment.