docker-compose.yml: hard-code PG version to be 15.4

This commit is contained in:
Ivan Folgueira Bande 2023-09-25 17:50:18 +02:00
parent 48f3dcf060
commit a80d52da1e
No known key found for this signature in database
GPG Key ID: 3C117481F89E24A7
1 changed files with 1 additions and 1 deletions

View File

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