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

Studio isn't ready to work out of box #15

Open
alexott opened this issue Nov 17, 2019 · 1 comment
Open

Studio isn't ready to work out of box #15

alexott opened this issue Nov 17, 2019 · 1 comment

Comments

@alexott
Copy link

alexott commented Nov 17, 2019

when running the latest dsgraph via docker-compose, default connection in Studio after start is configured to work with localhost that points to the Studio host itself. To make it working, default connection need to point to host my-dse instead.

@florent-brosse
Copy link

florent-brosse commented Dec 4, 2019

Even studio works but not the graph
I use network_mode: host to make it works.

services:
  dse:
    container_name: my-dse
    image: "datastaxlabs/datastax-graph:6.8.0.20190912"
    environment:
      - DS_LICENSE=accept
    command:
     -k
     -s
     -g
    # Allow DSE to lock memory with mlock
    network_mode: host
    cap_add:
    - IPC_LOCK
    ulimits:
      memlock: -1
  studio:
    container_name: my-studio
    image: "datastaxlabs/datastax-studio:6.8.0.20190912"
    network_mode: host
    environment:
      - DS_LICENSE=accept

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants