mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-16 21:50:14 +02:00
refactor: Fixated Postgres Version to 15.1
All Minor Updates will cause a crashing postgres on start
This commit is contained in:
@ -41,7 +41,7 @@ services:
|
|||||||
- patientlist-db
|
- patientlist-db
|
||||||
|
|
||||||
patientlist-db:
|
patientlist-db:
|
||||||
image: postgres:14-alpine
|
image: postgres:15.1-alpine
|
||||||
container_name: bridgehead-patientlist-db
|
container_name: bridgehead-patientlist-db
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: "mainzelliste"
|
POSTGRES_USER: "mainzelliste"
|
||||||
|
Reference in New Issue
Block a user