ProjectLibertyLabs / social-app-template

Social Application Template that uses Gateway Services
Apache License 2.0
1 stars 4 forks source link

feat: enable spinning up multiple Docker projects simultaneously #149

Closed JoeCap08055 closed 2 months ago

JoeCap08055 commented 2 months ago

Purpose

This PR adds scripting support to be able to launch multiple discrete Docker projects with different Provider configurations, simultaneously.

Example

This will start up 2 separate Gateway projects in Docker: gateway-provider-A and gateway-provider-B, each with their own set of services, dedicated port ranges, private internal Docker network, etc.

The start.sh script will prompt for port ranges to allocate local ports that won't conflict across the projects.