Docker add MM_CONFIG env variable. #16

Merged
stuart.armstrong merged 1 commits from Docker-add-MM_CONFIG into master 2026-04-08 06:46:13 +00:00

View File

@ -60,6 +60,7 @@ services:
MM_SERVICESETTINGS_LISTENADDRESS: ":8065" #The address and port on which the service is listening. MM_SERVICESETTINGS_LISTENADDRESS: ":8065" #The address and port on which the service is listening.
MM_SERVICESETTINGS_SITEURL: ${HTTP_PROTOCOL}${SITEURL} #The public URL of the service. MM_SERVICESETTINGS_SITEURL: ${HTTP_PROTOCOL}${SITEURL} #The public URL of the service.
MM_SQLSETTINGS_DATASOURCE: "postgres://${PG_USER}:${PG_PASSWORD}@db/${PG_DB_NAME}?sslmode=disable\u0026connect_timeout=10" #Data source for connecting to the PostgreSQL database MM_SQLSETTINGS_DATASOURCE: "postgres://${PG_USER}:${PG_PASSWORD}@db/${PG_DB_NAME}?sslmode=disable\u0026connect_timeout=10" #Data source for connecting to the PostgreSQL database
MM_CONFIG: "postgres://${PG_USER}:${PG_PASSWORD}@db/${PG_DB_NAME}?sslmode=disable\u0026connect_timeout=10" #Store the loop config in the PostgreSQL database.
MM_SQLSETTINGS_DRIVERNAME: "postgres" #Name of the database driver MM_SQLSETTINGS_DRIVERNAME: "postgres" #Name of the database driver
MM_TEAMSETTINGS_MAXUSERSPERTEAM: 500 #Maximum number of users per team MM_TEAMSETTINGS_MAXUSERSPERTEAM: 500 #Maximum number of users per team