Skip to content

Instantly share code, notes, and snippets.

View kevinccbsg's full-sized avatar
🏀
Working from home

Kevin Julián Martínez Escobar kevinccbsg

🏀
Working from home
View GitHub Profile
@kevinccbsg
kevinccbsg / docker-compose.yml
Last active March 19, 2018 21:21
Docker compose with mongodb and kong API
version: '2.1'
services:
kong-database:
restart: on-failure
image: cassandra:3
container_name: kong-database
healthcheck:
test: ["CMD-SHELL", "[ $$(nodetool statusgossip) = running ]"]
interval: 30s
timeout: 10s