-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
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
🐛 : Problem with Runner #750
Comments
Hey @barbaops ! 👋 Can you share your docker-compose file? The related documentation is here: https://docs.gaia-app.io/getting-started/quick-start/#getting-started-with-docker-compose-pre-build-images |
Follow the docker-compose file:
I use docker in local machine |
The problem is the GAIA_URL in the runner. It should be So your docker-compose should be :
|
Job stuck: My compose file:
|
@juwit can help? |
Describe the bug
I create stack with Docker-Compose following doc, but when i try running any stack the runner show error:
Unable to connect to gaia find jobs to run : I/O error on GET request for "http://localhost:8080/api/runner/steps/request": Connection refused; nested exception is java.net.ConnectException: Connection refused
I try change the port, url but only error
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: