@thercd: I hope I'm not not burdening you too much, but I'm really clueless about this.
I have already Typebot running on a VPS with a file in the format below.
It's already on production, so I need to modify it so it use the code from a fork instead of the default docker image, without changing all the DB, authentication and other configuration.
services:
typebot-builder:
image: baptistearno/typebot-builder:latest
...
typebot-viewer:
image: baptistearno/typebot-viewer:latest
...
Could you tell me what I'm supposed to do, step by step, "like i'm 5"? 😬