like this are to be run in your terminal.docker-compose.yml and env.example from latest release page into a folder.env.example to .env. For Mac/Linux users, please run mv env.example .env in the terminal. This file contains the environment variables that the Devlake server will use. Additional ones can be found in the compose file(s).docker-compose up -d to launch DevLake.config-ui at http://localhost:4000 in your browser to configure and collect data.devlake takes a while to fully boot up. if config-ui complaining about api being unreachable, please wait a few seconds and try refreshing the page.localhost:3002 (username: admin, password: admin).Support for database schema migration was introduced to DevLake in v0.10.0. From v0.10.0 onwards, users can upgrade their instance smoothly to a newer version. However, versions prior to v0.10.0 do not support upgrading to a newer version with a different database schema. We recommend users to deploy a new instance if needed.