diff --git a/docker-compose/docker-compose.yml b/docker-compose/docker-compose.yml index c15f23e..cfea4bb 100644 --- a/docker-compose/docker-compose.yml +++ b/docker-compose/docker-compose.yml @@ -60,6 +60,7 @@ services: 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_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_TEAMSETTINGS_MAXUSERSPERTEAM: 500 #Maximum number of users per team