youtubebeat/vendor/github.com/elastic/beats/metricbeat/module/postgresql/_meta/Dockerfile

3 lines
155 B
Docker

FROM postgres:9.5.3
COPY docker-entrypoint-initdb.d /docker-entrypoint-initdb.d
HEALTHCHECK --interval=10s --retries=6 CMD psql -h localhost -U postgres -l