From cd6f6b06cd354f01719133500932facc162e3a54 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Thu, 21 Sep 2023 09:07:27 +0200 Subject: [PATCH] pin the postgres version --- zkevm.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zkevm.yml b/zkevm.yml index 0c6adcbd..be3376a9 100644 --- a/zkevm.yml +++ b/zkevm.yml @@ -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