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