docker-kong icon indicating copy to clipboard operation
docker-kong copied to clipboard

feat(compose): introduce hybrid mode

Open jschmid1 opened this issue 2 months ago • 1 comments

This patch does a couple of things:

  • Add dynamic support for docker compose and docker-compose in the Makefile
  • add Makefile targets for all Kong Gateway modes
  • aliased "make kong-postgres" -> "make kong-traditional" to reflect official naming scheme
  • Restructure the README so that "make" commands are prioritized
    • to shorten commands and hide "docker-compose vs docker compose" ambiguitiies

And the original intention:

jschmid1 avatar May 02 '24 14:05 jschmid1