keymetrics / docker-pm2

🐳 Official Docker Image for PM2 runtime
https://hub.docker.com/r/keymetrics/pm2
MIT License
476 stars 60 forks source link

TypeError: OAuth2Strategy requires a clientID option #67

Open saamalam opened 5 years ago

saamalam commented 5 years ago

TypeError: OAuth2Strategy requires a clientID option

Build of image successfully, but when running the container this error shows up

2019-01-24T04:56:10: PM2 log: App [app:0] exited with code [1] via signal [SIGINT] 2019-01-24T04:56:10: PM2 log: Script /src/index.js had too many unstable restarts (16). Stopped. "errored" 2019-01-24T04:56:12: PM2 log: 0 application online, retry = 3 2019-01-24T04:56:14: PM2 log: 0 application online, retry = 2 2019-01-24T04:56:16: PM2 log: 0 application online, retry = 1 2019-01-24T04:56:18: PM2 log: 0 application online, retry = 0 2019-01-24T04:56:18: PM2 log: Stopping app:app id:0 2019-01-24T04:56:18: PM2 error: app=app id=0 does not have a pid 2019-01-24T04:56:18: PM2 log: PM2 successfully stopped

while without docker i'm able to run my node backend app without any errors. Any help