feat: move postgres to base image branch

This commit is contained in:
Radu C. Martin 2025-03-19 17:20:40 +00:00
parent 19fcb62ce9
commit f77415f908

View file

@ -19,7 +19,7 @@ services:
- matrix
db:
image: docker.io/postgres:17.4-alpine@sha256:7062a2109c4b51f3c792c7ea01e83ed12ef9a980886e3b3d380a7d2e5f6ce3f5
image: postgres:17.4@sha256:7f29c02ba9eeff4de9a9f414d803faa0e6fe5e8d15ebe217e3e418c82e652b35
restart: unless-stopped
environment:
- POSTGRES_USER=${DC_MATRIX_POSTGRES_USER:-synapse}