OpenSecTre / sword

SWoRD
MIT License
0 stars 0 forks source link

Docker containers for development environment #2

Open mikaturunen opened 8 years ago

mikaturunen commented 8 years ago

General

Containers for the whole development environment.

There might be some overhead and containers that are not really required and this will be evaluated during the implementation.

mikaturunen commented 8 years ago

I'm thinking of service the ./client/dist from nginx container as completely static concent and dropping in some reverse proxies so that the backend container can be easily used from the frontend with normal calls to backend.

The only issue with this I see is that when I compose the SWoRD service I don't have dist ready for use and will probably have to use a mediator container to build the front inside then push it out into the nginx container. This will be sexy.