Skip to content

Commit

Permalink
Update default Docker tag for TimescaleDB HA (#882)
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout authored Nov 6, 2023
1 parent 316cad5 commit ea12f1a
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning].

## [Unreleased]

- project: Update default Docker tag for TimescaleDB HA.

## [7.1.0] - 2023-10-27

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/demo_uniswap/configs/replay.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ replay:
license: MIT
name: John Doe
email: [email protected]
postgres_image: timescale/timescaledb-ha:pg15-latest
postgres_image: timescale/timescaledb-ha:pg15
postgres_data_path: /home/postgres/pgdata/data
hasura_image: hasura/graphql-engine:latest
line_length: 120
2 changes: 1 addition & 1 deletion src/demo_uniswap/deploy/compose.swarm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
tag: "\{\{.Name\}\}.\{\{.ImageID\}\}"

db:
image: timescale/timescaledb-ha:pg15-latest
image: timescale/timescaledb-ha:pg15
volumes:
- db:/home/postgres/pgdata/data
env_file: .env
Expand Down
2 changes: 1 addition & 1 deletion src/demo_uniswap/deploy/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
- hasura

db:
image: timescale/timescaledb-ha:pg15-latest
image: timescale/timescaledb-ha:pg15
ports:
- 5432
volumes:
Expand Down
2 changes: 1 addition & 1 deletion src/dipdup/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def answers_from_terminal() -> Answers:
options=(
'postgres:15',
'timescale/timescaledb:latest-pg15',
'timescale/timescaledb-ha:pg15-latest',
'timescale/timescaledb-ha:pg15',
),
comments=(
'PostgreSQL',
Expand Down
2 changes: 1 addition & 1 deletion src/dipdup/projects/demo_uniswap/replay.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ replay:
description: Uniswap V3 pools, positions, swaps, ticks, etc.
package: demo_uniswap
template: demo_uniswap
postgres_image: timescale/timescaledb-ha:pg15-latest
postgres_image: timescale/timescaledb-ha:pg15
postgres_data_path: /home/postgres/pgdata/data

0 comments on commit ea12f1a

Please sign in to comment.