pin the postgres version

This commit is contained in:
Sebastian
2023-09-21 09:07:27 +02:00
parent 39291859ec
commit cd6f6b06cd

View File

@@ -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