Merge pull request #43 from cerc-io/dboreham/fix-timescale-version

Target a specific TimescaleDB image version
This commit is contained in:
2022-11-07 10:25:05 -07:00
committed by GitHub
+1 -1
View File
@@ -15,7 +15,7 @@ services:
DATABASE_PORT: 5432
ipld-eth-db:
image: timescale/timescaledb:latest-pg14
image: timescale/timescaledb:2.8.1-pg14
restart: always
environment:
POSTGRES_USER: "vdbm"