You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Maxim Afanasiev (JIRA)" <ji...@apache.org> on 2016/06/28 11:50:57 UTC

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

Maxim Afanasiev created IGNITE-3384:
---------------------------------------

             Summary:  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.7


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)