Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Update postgres:14.9-alpine Docker digest to b813930 #570

Merged
merged 1 commit into from
Oct 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions matrix/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ networks:

services:
postgres:
image: postgres:14.9-alpine@sha256:164203503aaebb06ad429105ef32edec228850668f25fec81f9d80cd09f06335
image: postgres:14.9-alpine@sha256:b813930a37e265c414b6cba15ba659e6fb9d63f8929c23f7b521a5492a3a5a17
restart: always
# These will be used in homeserver.yaml later on
environment:
Expand Down Expand Up @@ -86,7 +86,7 @@ services:
default:

postgres-telegram:
image: postgres:14.9-alpine@sha256:164203503aaebb06ad429105ef32edec228850668f25fec81f9d80cd09f06335
image: postgres:14.9-alpine@sha256:b813930a37e265c414b6cba15ba659e6fb9d63f8929c23f7b521a5492a3a5a17
restart: always
environment:
- POSTGRES_DB=telegram
Expand All @@ -109,7 +109,7 @@ services:
target: /data/config.yaml

postgres-discord:
image: postgres:14.9-alpine@sha256:164203503aaebb06ad429105ef32edec228850668f25fec81f9d80cd09f06335
image: postgres:14.9-alpine@sha256:b813930a37e265c414b6cba15ba659e6fb9d63f8929c23f7b521a5492a3a5a17
restart: always
environment:
- POSTGRES_DB=discord
Expand Down