Skip to content

Commit

Permalink
feat: use timescaledb-ha as baseimage for vegacapsule-timescale
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel1302 authored Oct 14, 2024
1 parent cdc7806 commit 1e5fbf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions timescaledb/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# FROM postgres:14-bullseye
FROM timescale/timescaledb:2.15.3-pg16
FROM timescale/timescaledb-ha:pg16.3-ts2.15.3-all

ENV TIMESCALEDB_TELEMETRY "off"
ENV NO_TS_TUNE true
Expand All @@ -11,7 +11,7 @@ ENV POSTGRES_PASSWORD "vega"
COPY ./init-db.sh /init-db.sh
COPY 020_add_multiple_databases.sh /docker-entrypoint-initdb.d/

RUN apk add sudo \
RUN apt-get sudo \
&& sudo -u postgres --preserve-env /init-db.sh
RUN timescaledb-tune \
--yes \
Expand Down

0 comments on commit 1e5fbf3

Please sign in to comment.