pixelplanet/deployment/example-ecosystem-captchas.yml
HF 1c0b1101b0 fix table width
more captcha changes
2021-03-17 02:24:05 +01:00

10 lines
238 B
YAML

apps:
- script : ./captchaserver.js
name : 'captchas'
node_args: --nouse-idle-notification --expose-gc
env:
PORT: 8080
HOST: "localhost"
REDIS_URL: 'redis://localhost:6379'
CAPTCHA_TIMEOUT: 120