Skip to content

Instantly share code, notes, and snippets.

@pantsel
pantsel / docker-compose.yml
Last active April 11, 2023 08:27
example docker-compose.yml for kong, postgres and konga
View docker-compose.yml
version: "3"
networks:
kong-net:
driver: bridge
services:
#######################################
# Postgres: The database used by Kong