Added DB service

Johannes Engelke | hybris 10 年之前
父节点
当前提交
8568545055
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      manifest.yml.sample

+ 2 - 0
manifest.yml.sample

@@ -7,6 +7,8 @@ applications:
7 7
   command: nohup foreman start --procfile Procfile.CF
8 8
   instances: 1
9 9
   # For the environment setup please have a look into the .evn.example file
10
+  services:
11
+    - huginn-db
10 12
   env:
11 13
     APP_SECRET_TOKEN: "${random-word}${random-word}${random-word}${random-word}${random-word}${random-word}${random-word}${random-word}"
12 14
     INVITATION_CODE: "try-huginn"