hasura / graphql-engine

Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events.
https://hasura.io
Apache License 2.0
31.14k stars 2.76k forks source link

docker compose don't run #6719

Open saeidfiy opened 3 years ago

saeidfiy commented 3 years ago

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 } } }

`

rikinsk commented 3 years ago

Hey, Sorry for the delayed response. Was this resolved? If not can you please share the logs of the HGE docker container?