Skip to content
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

port mapping issue when deploying with docker compose #70

Open
abby-cyber opened this issue Jun 22, 2022 · 3 comments
Open

port mapping issue when deploying with docker compose #70

abby-cyber opened this issue Jun 22, 2022 · 3 comments
Assignees
Labels
type/question Type: question about the product
Milestone

Comments

@abby-cyber
Copy link

image
image

@abby-cyber abby-cyber added this to the v3.1.0 milestone Jun 22, 2022
@wey-gu wey-gu self-assigned this Jun 22, 2022
@wey-gu
Copy link
Contributor

wey-gu commented Jun 22, 2022

sorry, I will look into it later.

@wey-gu
Copy link
Contributor

wey-gu commented Jun 22, 2022

I just tested it's working, plz ensure you are following the guide under https://github.com/vesoft-inc/nebula-dashboard/tree/master/playground

@wey-gu
Copy link
Contributor

wey-gu commented Jun 22, 2022

I see, you are using other conf files, I had put those working with the compose file under playground, please ensure they are there sitting together with the compose file:

~/nebula-dashboard/playground$ tree -l -I "data|logs"
.
├── Dockerfile
├── Dockerfile.dev
├── README.md
├── dashboard.config
├── docker-compose-dev.yaml
├── docker-compose-nebula-graph.yaml
├── docker-compose.yaml
├── nebula-http-gateway.conf  #<---------
├── nebula-stats-exporter.yaml
├── prometheus.yaml
└── uploads
~/nebula-dashboard/playground$ head nebula-http-gateway.conf
appname = nebula-http-gateway
httpport = 8080 #<------------
httpaddr = 0.0.0.0
runmode = dev
autorender = false
copyrequestbody = true
sessionkey = "dashboard-nsid"

@wey-gu wey-gu removed their assignment Jun 22, 2022
@Sophie-Xie Sophie-Xie added the type/question Type: question about the product label Nov 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/question Type: question about the product
Projects
None yet
Development

No branches or pull requests

4 participants