jeremievallee/datastax-studio-docker

Connecting to luketillman/datastax-enterprise

Opened this issue · 0 comments

Is it/how is this supposed to work with DSE container such as 'luketillman/datastax-enterprise'?
I'm trying to ( see below .yml ) but it apparently unable to connect/times out...

version: '2'

services:
dsestudio:
image: jeremievallee/datastax-studio-docker:latest
ports:
- 9091:9091
container_name: dse-studio
depends_on:
- dse
dse:
image: luketillman/datastax-enterprise:5.0.4
container_name: dse