[ 
https://issues.apache.org/jira/browse/S2GRAPH-137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Daewon Jeong updated S2GRAPH-137:
---------------------------------
    Description: 
{{S2GRAPH-29}} added docker support.

In that version, the Docker for building the development environment included 
all of the s2graph, so used 9000 port for HTTP end-point.

Currently, the Docker for building the development environment only includes 
mysql and hbase, so the existing 9000 port needs to be removed.

{code:yaml}
graph_mysql:
    build: graph_mysql
    container_name: graph_mysql
    environment:
        MYSQL_ROOT_PASSWORD: graph
    net: container:graph_hbase

graph_hbase:
    image: harisekhon/hbase:1.2
    container_name: graph_hbase
    hostname: default
    ports:
        - "3306:3306"
        - "2181:2181"
        - "60010:60010"
        - "60000:60000"
        - "60020:60020"
        - "60030:60030"
        - "9000:9000"
        - "16000:16000"
        - "16010:16010"
        - "16201:16201"
        - "16301:16301"
    expose:
        - "3306"
        - "9000"

{code}

  was:
{{S2GRAPH-29}} added docker support.

In that version, the Docker for building the development environment included 
all of the s2graphs, so I used 9000 ports for http end-point.

Currently, the Docker for building the development environment only includes 
mysql and hbase, so the existing 9000 port needs to be removed.

{code:yaml}
graph_mysql:
    build: graph_mysql
    container_name: graph_mysql
    environment:
        MYSQL_ROOT_PASSWORD: graph
    net: container:graph_hbase

graph_hbase:
    image: harisekhon/hbase:1.2
    container_name: graph_hbase
    hostname: default
    ports:
        - "3306:3306"
        - "2181:2181"
        - "60010:60010"
        - "60000:60000"
        - "60020:60020"
        - "60030:60030"
        - "9000:9000"
        - "16000:16000"
        - "16010:16010"
        - "16201:16201"
        - "16301:16301"
    expose:
        - "3306"
        - "9000"

{code}


>  Remove 9000 port expose from docker for dev_support
> ----------------------------------------------------
>
>                 Key: S2GRAPH-137
>                 URL: https://issues.apache.org/jira/browse/S2GRAPH-137
>             Project: S2Graph
>          Issue Type: Bug
>            Reporter: Daewon Jeong
>            Priority: Trivial
>
> {{S2GRAPH-29}} added docker support.
> In that version, the Docker for building the development environment included 
> all of the s2graph, so used 9000 port for HTTP end-point.
> Currently, the Docker for building the development environment only includes 
> mysql and hbase, so the existing 9000 port needs to be removed.
> {code:yaml}
> graph_mysql:
>     build: graph_mysql
>     container_name: graph_mysql
>     environment:
>         MYSQL_ROOT_PASSWORD: graph
>     net: container:graph_hbase
> graph_hbase:
>     image: harisekhon/hbase:1.2
>     container_name: graph_hbase
>     hostname: default
>     ports:
>         - "3306:3306"
>         - "2181:2181"
>         - "60010:60010"
>         - "60000:60000"
>         - "60020:60020"
>         - "60030:60030"
>         - "9000:9000"
>         - "16000:16000"
>         - "16010:16010"
>         - "16201:16201"
>         - "16301:16301"
>     expose:
>         - "3306"
>         - "9000"
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to