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

3 lines
155 B
Docker
Raw Normal View History

2018-11-18 11:08:38 +01:00
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