Skip to content

Docker-compose.yml for kong, konga and postgres using official image.

License

Notifications You must be signed in to change notification settings

cronventis/kong-konga-docker-compose

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

kong-konga-docker-compose

Use the latest version of kong and konga, and do not need to compile, directly pull the official image to run.

Four containers:

  • kong-database : postgres
  • kong-migrations : kong
  • kong : kong
  • konga : konga

Usage

docker-compose up -d

Configure https

Configure https as follows, and then use https protocol to access port 8443.

kong:
  ...
  volumes:
    - "./ssl:/mnt/ssl"
  environment:
    - KONG_SSL_CERT=/mnt/ssl/ssl.pem
    - KONG_SSL_CERT_KEY=/mnt/ssl/ssl.key
    ...

install kong using docker: https://docs.konghq.com/install/docker/

About

Docker-compose.yml for kong, konga and postgres using official image.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published