Added DB service

Johannes Engelke | hybris 10 anni fa
parent
commit
8568545055
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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"