You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (JIRA)" <ji...@apache.org> on 2016/08/09 12:32:26 UTC

[jira] [Updated] (IGNITE-3384) Docker container for Ignite Web Console

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

Pavel Tupitsyn updated IGNITE-3384:
-----------------------------------
    Fix Version/s:     (was: 1.7)
                   1.8

>  Docker container for Ignite Web Console
> ----------------------------------------
>
>                 Key: IGNITE-3384
>                 URL: https://issues.apache.org/jira/browse/IGNITE-3384
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Maxim Afanasiev
>            Assignee: Maxim Afanasiev
>             Fix For: 1.8
>
>
> In order to accelerate deployment and development of web console I want create 2 docker containers:
> 1. for build frontend SPA and provide static files, wich serve it by nginx (name: web-console-frontend);
> 2. for backend with nodejs and related dependencies (name: web-console-backend).
> And create docker compose file for simpler manangment with follow configuration: 
> - mongo db container with external volume for persisting data;
> - web-console-backend linked with mongo container and localy serve ports for frontend;
> - web-console-frontend expose 80/443 nginx port and translate all request to web-console-backend, aslo serve SPA files.
> Agent will be connect throught web-console-frontend container.



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