mirror of
https://github.com/logos-messaging/go-waku-compose.git
synced 2026-01-07 15:33:06 +00:00
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:
commit
9f2c78db50
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user