mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-16 08:00:16 +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:
|
||||
image: postgres:14-alpine
|
||||
image: postgres:15.1-alpine
|
||||
container_name: bridgehead-patientlist-db
|
||||
environment:
|
||||
POSTGRES_USER: "mainzelliste"
|
||||
|
Reference in New Issue
Block a user