mirror of
https://github.com/Fishwaldo/huginn.git
synced 2025-03-15 11:21:22 +00:00
12 lines
226 B
Text
12 lines
226 B
Text
## This file is used for deployment to cloudfoundry.
|
|
|
|
---
|
|
applications:
|
|
- name: huginn
|
|
url: <app-url>
|
|
path: .
|
|
memory: 512M
|
|
command: nohup foreman start --procfile Procfile.CF
|
|
instances: 1
|
|
services:
|
|
- huginn-db
|