[ 
https://issues.apache.org/jira/browse/IGNITE-3384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15372946#comment-15372946
 ] 

Maxim Afanasiev commented on IGNITE-3384:
-----------------------------------------

Implemented first version of standalone docker container web-console with: 
frontend, backend, mongoDB. 

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

Reply via email to