Merge pull request #43 from cerc-io/dboreham/fix-timescale-version
Target a specific TimescaleDB image versionpull/44/head
commit
07e89c50f4
|
|
@ -15,7 +15,7 @@ services:
|
||||||
DATABASE_PORT: 5432
|
DATABASE_PORT: 5432
|
||||||
|
|
||||||
ipld-eth-db:
|
ipld-eth-db:
|
||||||
image: timescale/timescaledb:latest-pg14
|
image: timescale/timescaledb:2.8.1-pg14
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: "vdbm"
|
POSTGRES_USER: "vdbm"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue