pixelplanet/deployment/example-ecosystem-captchas.yml

9 lines
209 B
YAML
Raw Normal View History

2021-02-04 23:29:47 +00:00
apps:
- script : ./captchaserver.js
name : 'captchas'
node_args: --nouse-idle-notification --expose-gc
env:
PORT: 80
HOST: "localhost"
REDIS_URL: 'redis://localhost:6379'