Suppose I’ll add lnbits to my umbral-app.yml’s dependencies. I want to define in my app’s docker-compose.yml the environment variables “LNBITS_TARGET_ADDRESS” and “LNBITS_TARGET_PORT” to point to the LNbits app.
Should I define them directly to “lnbits_web_1” and “3007”? Or will there already be environment variables that I could use, like: LNBITS_TARGET_ADDRESS: APP_LNBITS_IP, LNBITS_TARGET_PORT: APP_LNBITS_PORT?
Or should I add an exports.sh file to the lnbits dir? And if so, what should it contain?
Hi @lack! How do we persist the environment variables so they do not get wiped when an update occurs? I’ve heard of exports.sh, but it does not seem to work for my app.