Skip to content

Instantly share code, notes, and snippets.

@sirdantas
sirdantas / docker-compose.yml
Created August 13, 2020 17:29
Kong + Konga
version: "3.7"
volumes:
kong_data: {}
networks:
kong-net:
services:
@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