-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API Strapi Deployment #29
Comments
|
[1] https://strapi.io/blog/deploying-and-scaling-the-official-strapi-demo-app-foodadvisor-with-kubernetes - Strapi using kubernetes. |
|
Going to research more of |
[6] https://docs.docker.com/storage/storagedriver/vfs-driver/ |
So we put the workers into VFS and then place the constraint for the role to not be manager. |
We should use |
References something about "kernel opts" for cgroupsv2 will check later |
|
[7] https://www.youtube.com/watch?v=B3QawTvJ6ww Okay we might need a new approach to this. I am going to take a break again from k3s/k3d and work on Strapi today. |
Looks like they are supporting docker! Well for now... 2 days ago, hopefully this might help. Sauce: https://feedback.strapi.io/developer-experience/p/docker-support-for-v4 |
Very nice. Hopefully we can get this set up today and move forward. |
Hmm now I am wondering why it didnt read it. |
So I am thinking that we update the api.kbve.com's Dockerfile, so that instead of This way the image will continue to run and we can access the shell / bash and see what issues we are having. |
[8] https://pm2.keymetrics.io/docs/usage/docker-pm2-nodejs/ Hmm but that seems to be for npm. |
[9] https://stackoverflow.com/questions/53962776/whats-the-difference-between-pm2-and-pm2-runtime
|
[10] https://yarnpkg.com/package/@pm2/io Thinking - I am not too sure if we want to put pm2 inside of the api, but that might be also an interesting FUTURE aspect to look into. |
Going to test case the strapi upgrade right now. If it works, as I am hoping it shall, we should be good to go! |
Looks functional as for 30 days. Going to close this up. |
Describe the bug
Currently building out the docker template for the api; going to grab some overpriced caffine and then get back into the flow.
The stack is currently under
strapi-traefik-ve2_api
Links / References that matter as of 9/19/22
[8] https://pm2.keymetrics.io/docs/usage/docker-pm2-nodejs/
[9] https://stackoverflow.com/questions/53962776/whats-the-difference-between-pm2-and-pm2-runtime
[10] https://yarnpkg.com/package/@pm2/io
[11] https://pm2.io/docs/runtime/integration/docker/
[12] https://stackoverflow.com/questions/51191378/what-is-the-point-of-using-pm2-and-docker-together
[13] https://github.com/Unitech/pm2/blob/master/examples/ecosystem-file/process.yml
[14] https://pm2.keymetrics.io/docs/usage/application-declaration/
[15] https://stackoverflow.com/questions/59046837/what-is-the-pm2-for-command-yarn-run-start
[16] https://stackoverflow.com/questions/67010589/getting-errors-when-trying-to-start-app-via-yarn-pm2
The text was updated successfully, but these errors were encountered: