hasura / hasura/graphql-engine
docker compose don't run
- Dominant language
- TypeScript
- Stars
- 32.1k
- Forks
- 3k
- PR merge metrics
- PR metrics pending
Description
i use
https://github.com/hasura/graphql-engine/tree/master/install-manifests/docker-compose
to run a sample hasura on ubuntu 20.04 but there is no thing in my localhost:8080
my docker inspect:
`
"NetworkSettings": {
"Bridge": "",
"SandboxID": "0124813474d0376a3b464e44d62e1f83eaacb0e4f362cdb182dae1d0ee5e0164",
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"Ports": {},
"SandboxKey": "/var/run/docker/netns/0124813474d0",
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {
"docker-compose_default": {
"IPAMConfig": null,
"Links": null,
"Aliases": [
"graphql-engine",
"f580d902f28d"
],
"NetworkID": "457b6299bec2286b3604a577e0d0ed844812f14a289539abddd56620f8441eb8",
"EndpointID": "",
"Gateway": "",
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"MacAddress": "",
"DriverOpts": null
}
}
}
`
Contributor guide
Research direction
Start with the install-manifests/docker-compose files linked in the issue and inspect the Docker container and network details shown in the report. Reproduce the sample on Ubuntu 20.04, then verify that the Hasura service is reachable at localhost:8080 and identify why it is not exposed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, docker-compose, ubuntu
- Domain
- devops, infrastructure
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100