Toilal / kong-docker-compose

A Docker Compose configuration for Kong with automated domain and SSL support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kong Docker Composer

A docker compose configuration for Kong, Konga.

Supports nginx-proxy and traefik as frontend containers.

Install

  • Copy .env.dist to .env and customize subdomains with your own domain. (You may use multiple domains on the same container separated by a comma)
  • Copy konga.users.js.dist to konga.users.js and customize your default users.
  • Run docker-compose up -d.
  • Point your browser on http:// of domains configured in .env file.
  • Configure Kong as usual to declare services by using the name of services declared in docker-compose.override.yml file as upstream.

About

A Docker Compose configuration for Kong with automated domain and SSL support

License:MIT License


Languages

Language:JavaScript 100.0%