optivise
Version:
Optivise - The Ultimate Optimizely Development Assistant with AI-powered features, zero-config setup, and comprehensive development support
20 lines • 461 B
YAML
services:
- type: web
name: optivise
env: node
plan: free
buildCommand: npm install && npm run build
startCommand: npm start
envVars:
- key: NODE_ENV
value: production
- key: PORT
fromService:
type: web
name: optivise
property: port
- key: OPTIVISE_MODE
value: server
- key: OPTIDEV_DEBUG
value: false
healthCheckPath: /health