alientronics/fleetany-web

View on GitHub
manifest.yml

Summary

Maintainability
Test Coverage
---
declared-services:
  postgres-service:
    label: cleardb

applications:
- name: fleetany-web
  memory: 512M 
  instances: 1
  random-route: true
  path: ./
  stack: cflinuxfs2
  buildpack: php_buildpack
  services:
  - postgres-service