Skip to content

Instantly share code, notes, and snippets.

View Shazambom's full-sized avatar
💫

Ian Moreno Shazambom

💫
View GitHub Profile
@zhunik
zhunik / docker-compose.yml
Created September 14, 2018 15:12
docker-compose Postgres health-check
version: "3"
services:
postgress:
....
healthcheck:
test: ["CMD-SHELL", "pg_isready -U postgres"]
interval: 10s
timeout: 5s
retries: 5
app: