Use a variable on root directory source
Hi, is possible use a variable to set the docker url to a source ?
23 Replies
Project ID:
774e6dae-367c-48c6-85d7-663ff8571302
774e6dae-367c-48c6-85d7-663ff8571302
no, but what's the usecase here?
I need change the version of docker url when some case I need update, in this case is about type bot there is a new version 2.22.0, so I need change it 2x in the 2 projects builder and viewer.
I do not want to use latest
then you shouldn't be touching the root directory
just update a variable
you removed the image, you need to add it back with the correct tag for the version you want to use
yes..
so is better use a git repo, and make changes there
I didn't say anything about a git repo?
add the image back, with your desired tag
so is possible change the doker source url dynamically?
no, if you always want the latest, use the latest tag
no safe
some erros and bugs
okay then set a specific tag
I use always the previous for some time
yes, this is what I am doing
but in this case there is 2 services, so I need change in 2 times
correct
that´s why I am looking if is possible change the doker source url dynamically
it isn't, latest would be what you want
I will change so for a github repo with reference to docker, so when I change there make the 2 changes at once
please don't modify your service like that
the template is fine as is
about the N8N template
use a git hub repo, when I change there change the doker image
deploy jack's n8n template
another day I make a confusion between the builder docker image with the viewer
That's why I'm looking for this facility to avoid mistakes
i don't think there's a need to modify anything with the typebot template, if you don't modify anything then there's no mistakes to be made! 🙂
the most you should be doing would be adding a custom domain and some more api keys