Hi! thanks for the project. I've been wanting to use it, but I'm running into some issues when attempting to deploying it.
In particular: if I change the URLs like BACKEND_URL in the frontend section, then it doesn't have an effect immediately. For it to have an effect, it seems that I need to:
- set the raw values in the
resources/config.edn file,
- rebuild the images with
docker compose build manually
- restart the instances.
I would have expected that all I need is (no changes in the resources/config.edn file and only) set the environment variables, assuming they would override any default config in the resources/config.edn file. Is that not the case? Could it be I'm doing something wrong?
Hi! thanks for the project. I've been wanting to use it, but I'm running into some issues when attempting to deploying it.
In particular: if I change the URLs like
BACKEND_URLin thefrontendsection, then it doesn't have an effect immediately. For it to have an effect, it seems that I need to:resources/config.ednfile,docker compose buildmanuallyI would have expected that all I need is (no changes in the
resources/config.ednfile and only) set the environment variables, assuming they would override any default config in theresources/config.ednfile. Is that not the case? Could it be I'm doing something wrong?