Labs64 / NetLicensing-Gateway

Labs64 NetLicensing / eCommerce gateway
https://netlicensing.io/wiki/gateway
Apache License 2.0
10 stars 4 forks source link

Dockerize NetLicensing Gateway #2

Closed r-brown closed 4 years ago

r-brown commented 4 years ago

Enable NetLicensing Gateway to start within Docker container.

Use Cases:

kaaquist commented 4 years ago

I might be able to help here.

r-brown commented 4 years ago

The message flow is defined as the following:

E-Commerce/ext -(fulfilment)-> NetLicensing Gateway/local -> NetLicensing.IO/ext

So to allow external systems to send WebHooks request to the local environment, we'd need to set up an external forwarding (e.g. using https://ngrok.com or similar). Therefore docker-compose might be useful here to start several dependent containers: Gateway + ngrok

r-brown commented 4 years ago

Additionally, build & redeploy source code within the container is needed, to streamline development activities.