Merge pull request #9 from waku-org/stick-postgres-to-version-15

docker-compose.yml: hard-code PG version to 15.4
This commit is contained in:
Ivan FB 2023-09-28 15:27:42 +02:00 committed by GitHub
commit 9f2c78db50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ services:
postgres:
# This service is used when the Waku node has the 'store' protocol enabled
# and the store-message-db-url is set to use Postgres
image: postgres:alpine3.18
image: postgres:15.4-alpine3.18
restart: on-failure
environment:
<<: *pg_env