forked from mrckndt/CS-Repro-Mattermost
fix bug in make file for rtcd and bump pg to 16
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
postgres:
|
||||
container_name: cs-repro-postgres
|
||||
image: postgres:14-alpine
|
||||
image: postgres:16-alpine
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "5432:5432"
|
||||
@@ -89,6 +89,7 @@ services:
|
||||
- ./files/mattermost/advancedLogging.json:/mattermost/config/advancedLogging.json:ro
|
||||
- ./files/mattermost/defaultConfig.json:/mattermost/config/defaultConfig.json:ro
|
||||
- ./files/mattermost/replicaConfig.json:/mattermost/config/replicaConfig.json:ro
|
||||
- ./files/mattermost/rtcdConfig.json:/mattermost/config/rtcdConfig.json:ro
|
||||
environment:
|
||||
- MM_SqlSettings_DriverName=postgres
|
||||
- MM_SqlSettings_DataSource=postgres://mmuser:mmuser_password@cs-repro-postgres:5432/mattermost?sslmode=disable&connect_timeout=10&binary_parameters=yes
|
||||
@@ -146,7 +147,7 @@ services:
|
||||
- POSTGRES_PASSWORD=mmuser_password
|
||||
- LISTEN_ADDRESS="*"
|
||||
- REPLICA_NAME=replica_1
|
||||
image: postgres:14-alpine
|
||||
image: postgres:16-alpine
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "5433:5432"
|
||||
@@ -170,7 +171,7 @@ services:
|
||||
- POSTGRES_PASSWORD=mmuser_password
|
||||
- LISTEN_ADDRESS="*"
|
||||
- REPLICA_NAME=replica_2
|
||||
image: postgres:14-alpine
|
||||
image: postgres:16-alpine
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "5434:5432"
|
||||
|
||||
Reference in New Issue
Block a user