fix: add MATTERMOSE_READONLY env

This commit is contained in:
naterfute 2025-03-31 22:32:25 -07:00
parent f8335d9513
commit eca11956aa
No known key found for this signature in database
GPG Key ID: 55C5D4AE11D63494

View File

@ -10,6 +10,7 @@ env = [
"MM_SQLSETTINGS_DATASOURCE=postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@postgres:5432/${POSTGRES_DB}?sslmode=disable&connect_timeout=10",
"APP_PORT=8065",
"TZ=UTC",
"MATTERMOST_CONTAINER_READONLY=false",
]
mounts = []