We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I trying to up docker-compose.yaml Looks like API_BASE_URL is hardcoded in frontent and can't be override from .env file
i create working copy
git clone https://github.com/BloopAI/bloop ./BloopAI/bloop cd BloopAI/bloop git checkout oss
and BloopAI/bloop/.env with
API_URL=http://<my-ip>:7878
run
docker compose build bloop-app docker compose up -d
and see frontend application always try to use http://localhost:7878
did i miss something?
The text was updated successfully, but these errors were encountered:
have you managed to solve it ?
Sorry, something went wrong.
no
No branches or pull requests
I trying to up docker-compose.yaml
Looks like API_BASE_URL is hardcoded in frontent and can't be override from .env file
i create working copy
and BloopAI/bloop/.env with
run
and see frontend application always try to use http://localhost:7878
did i miss something?
The text was updated successfully, but these errors were encountered: