Revant Nandgaonkar
Revant Nandgaonkar
note: It also needs to be changed for helm chart. I'll change it some time, no ETA.
webauthn: https://pypi.org/project/py-webauthn/ https://github.com/github/webauthn-json
If you open this issue in Frappe or ERPNext repos it might get some attention from developers. I don't know if this is related to containerized setup.
I am able to update to latest v14. Update means: 1. Replacing the container images with new ones and restarting them 2. Running `bench --site {sitename} migrate` from containers running...
I'm not doing this (That means no one else will). You're free to send PR. What I already do is build staging images just like production images. 1. I clone...
> Do you think the [development containers stack](https://github.com/frappe/frappe_docker/blob/main/devcontainer-example/docker-compose.yml) could handle low traffic in production? refer these templates https://github.com/castlecraft/benchless/tree/master/templates you'll need to start nginx with supervisor ``` [program:nginx] command=nginx -c /etc/nginx/nginx.conf...
> but not everyone is comfortable with more advanced docker flows as you outlined above. for single developer, "I push to remote, pull from remote to vm" workflow makes sense....
I'll close this Issue. Whenever you start the work on PR we can initiate new Issue/PR for discussion.
I made this gist to use development bench for production. You need to additionally install nginx and supervisor. https://gist.github.com/revant/010c058f7c485cc62f2cc4d604ab8511 If you use it in production and happy with usage, we'll...
> Thanks for that, I missed your gist. Is the work I did with separating the files still worth while? if nginx and supervisor runs in Frappe bench container then...