You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@s2graph.apache.org by "Daewon Jeong (JIRA)" <ji...@apache.org> on 2016/12/04 13:25:58 UTC

[jira] [Updated] (S2GRAPH-137) Remove 9000 port expose from docker for dev_support

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

Daewon Jeong updated S2GRAPH-137:
---------------------------------
    Summary:  Remove 9000 port expose from docker for dev_support  (was:  Remove 9000 photon expose from docker for dev_support)

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



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