Added DB service

Johannes Engelke | hybris 9 gadi atpakaļ
vecāks
revīzija
8568545055
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  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"