# kong-konga-docker-compose **Repository Path**: weyhd_geffzhang/kong-konga-docker-compose ## Basic Information - **Project Name**: kong-konga-docker-compose - **Description**: No description available - **Primary Language**: C# - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-18 - **Last Updated**: 2021-05-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 ```bash docker-compose up -d ``` ## Configure https Configure https as follows, and then use https protocol to access port 8443. ```yaml 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/