randomabc12.
Can I use a project wide environmental variable for domain?
follow up on this
>You can use env variables, but you have to write out the labels manually on each compose. I.e. you can't use the domain tab
I'm having some trouble to use project env. I added a project env using the ui
"ABCD=localhost"
now in one of my docker compose under service.environment, i wrote
ABCD=${{ABCD}}
this throws invalid interpolation format
if I use
ABCD=${ABCD} it throws no vaue set for ABCD (which i think is thr expected behaviour). So how exactly do i use project ENV, in a service?
16 replies
Can I use a project wide environmental variable for domain?
also what is the easiest way tk migrate dokploy to some other system.
Earlier I was using docker-composes and on the new system i just copied them and ran them, can i do this plug n play with dokploy?
16 replies