diff --git a/recipes/mongodb.yml b/recipes/mongodb.yml new file mode 100644 index 00000000..40672239 --- /dev/null +++ b/recipes/mongodb.yml @@ -0,0 +1,7 @@ +title: "Mongodb" + +actions: + - merge: database/mongodb.yml + dst: docker-compose.yml + - merge: scripts/mongodb.yml + dst: kool.yml diff --git a/recipes/pick-db.yml b/recipes/pick-db.yml index 9f8574f4..884d2b8d 100644 --- a/recipes/pick-db.yml +++ b/recipes/pick-db.yml @@ -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'