-
Notifications
You must be signed in to change notification settings - Fork 352
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
Subql-starter’s docker-compose.yml can't run project properly report #1204
Comments
Hi team! I'm facing the same error as above. I'm trying to run SubQuery project locally (using Do you have any idea to debug or fix it? Thank you 🙏 |
Also found this issue #189. I updated my docker-compose.ymlversion: '3'
services:
postgres:
# ...
subquery-node:
# ...
environment:
NETWORK_ENDPOINT: ws://${DOCKER_GATEWAY_HOST:-host.docker.internal}:9944
graphql-engine:
# ...
environment:
NETWORK_ENDPOINT: ws://${DOCKER_GATEWAY_HOST:-host.docker.internal}:9944
project.yamlnetwork:
endpoint: ${NETWORK_ENDPOINT}
But the behaviour is still the same, |
Dup #1220 |
This should be fixed with 1.6.1 |
The default configures of subquery can not run properly in one’s own env. When I create a new project on my own env, the default docker-compose.yml file can not start the project properly. Maybe we can update the relatedd subql config?
here is the error logs when using default docker-compose-yaml:
......
Pulling postgres ... done
Pulling subquery-node ... done
Pulling graphql-engine ... done
Starting phala-world-subquery_postgres_1 ... done
phala-world-subquery_subquery-node_1 is up-to-date
ERROR: for graphql-engine Container "fbc5cb307514" is unhealthy.
ERROR: Encountered errors while bringing up the project.
The text was updated successfully, but these errors were encountered: