Skip to content

Instantly share code, notes, and snippets.

View pantsel's full-sized avatar

Panagis Tselentis pantsel

View GitHub Profile
@pantsel
pantsel / docker-compose.yml
Last active September 15, 2023 17:15
kong-postgres-konga compose
version: '2'
volumes:
db-data: {}
services:
konga:
image: pantsel/konga
environment:
NODE_ENV: production
stdin_open: true
network_mode: bridge
@pantsel
pantsel / docker-compose.yml
Last active March 21, 2024 20:25
example docker-compose.yml for kong, postgres and konga
version: "3"
networks:
kong-net:
driver: bridge
services:
#######################################
# Postgres: The database used by Kong