Skip to content

Instantly share code, notes, and snippets.

View Leandro-Sousa's full-sized avatar

Leandro Sousa Leandro-Sousa

View GitHub Profile
@Leandro-Sousa
Leandro-Sousa / docker-compose.yml
Created June 18, 2019 17:20 — 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