pin the postgres version
This commit is contained in:
@@ -71,7 +71,7 @@ services:
|
|||||||
|
|
||||||
zkevm-state-db:
|
zkevm-state-db:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: postgres
|
image: postgres:15.4
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"]
|
test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"]
|
||||||
interval: 10s
|
interval: 10s
|
||||||
@@ -98,7 +98,7 @@ services:
|
|||||||
|
|
||||||
zkevm-pool-db:
|
zkevm-pool-db:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: postgres
|
image: postgres:15.4
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"]
|
test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"]
|
||||||
interval: 10s
|
interval: 10s
|
||||||
@@ -121,7 +121,7 @@ services:
|
|||||||
|
|
||||||
zkevm-log-db:
|
zkevm-log-db:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: postgres
|
image: postgres:15.4
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"]
|
test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"]
|
||||||
interval: 10s
|
interval: 10s
|
||||||
|
|||||||
Reference in New Issue
Block a user