Fabio Tielen
Fabio Tielen
You can use supervisord for something like this. But it's not always the best to keep rebooting a process if the cause is not solved. It can actually cause a...
I also can't get autosuggestion working on my Mac M1 with Monterey. Oh my zsh is working fine, powerlevel10k theme is working fine but nothing from zsh plugins wants to...
I got it solved by completely deleting .ohmyzsh folder and re-run the installation. I think the problem is that latest M1 MacOS by default ships zsh as shell but something...
@netfxtech Can I sent you PM? I have a question about your setup. I'm doing exactly the same with Traefik v2.2 and Docker swarm.
@netfxtech I couldn't find a way to sent a PM here in Github, so I sent an email (I hope it was your company hahaha)
Wild guess...perhaps it's something with your configuration and longpolling. There was a serious bug in a few versions with the longpolling and also fixed. Maybe you need to pull the...
@scientronic92 We are trying to achieve exactly the same thing. I'm currently exploring options with Portainer which makes it easier to handle the Docker environment. It's an open source GUI...
@scientronic92 PS, with Portainer we are experimenting currently with Traefik v2.x + Let's Encrypt to handle as load balancer. It's very nice solution for creating HA environments
You need to add location /longpolling to passthrough those requests. Also make sure every instance is running at different ports. A working NGINX example is published on Odoo deployment docs:...
@vmelnych how does your build behave on newer version at Odoo git? Do we need to set a specific date for it build the latest version? Or does it automatically...