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

Target a specific TimescaleDB image version
This commit is contained in:
David Boreham 2022-11-07 10:25:05 -07:00 committed by GitHub
commit 07e89c50f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"