ssube/prometheus-sql-adapter

View on GitHub
docker/Dockerfile.postgres-10

Summary

Maintainability
Test Coverage
FROM timescale/timescaledb:latest-pg10

ENV POSTGRES_DB prometheus

RUN apk add gettext

COPY ./package.json /app/
COPY ./schema /app/schema/
COPY ./scripts /app/scripts/

COPY ./scripts/image-init.sh /docker-entrypoint-initdb.d/