Skip to content

Instantly share code, notes, and snippets.

View mikkelkrogsholm's full-sized avatar

mikkelkrogsholm

View GitHub Profile
@mikkelkrogsholm
mikkelkrogsholm / docker-compose.yml
Last active January 20, 2020 04:11 — forked from pantsel/docker-compose.yml
example docker-compose.yml for kong, postgres and konga
version: "3"
networks:
kong-net:
driver: bridge
services:
#######################################
# Postgres: The database used by Kong