Skip to content

Instantly share code, notes, and snippets.

@chrismckelt
Created April 12, 2020 04:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrismckelt/efe8e3ed3ae9a61a07a67b9d3454b2dd to your computer and use it in GitHub Desktop.
Save chrismckelt/efe8e3ed3ae9a61a07a67b9d3454b2dd to your computer and use it in GitHub Desktop.
TimescaleDB docker
FROM timescale/timescaledb:latest-pg11
ENV POSTGRES_USER postgres
ENV POSTGRES_DB postgres
ENV POSTGRES_PASSWORD m5asuFHqBE
COPY init.sql /docker-entrypoint-initdb.d/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment