dosubot[bot] commented on issue #8688: URL: https://github.com/apache/incubator-devlake/issues/8688#issuecomment-3772497927
<!-- Greeting --> Hi @LunaticMuch! I'm [Dosu](https://go.dosu.dev/dosubot) and Iām helping the incubator-devlake team. <!-- Answer --> The absence of `docker-compose.yml` and `env.example` in the v1.0.3-beta9 release artifacts does not appear to be intentional or documented as a process change. You can find the necessary Docker setup files in the main branch of the repository: use `docker-compose-dev.yml` and `env.example` from the project root ([source](https://github.com/apache/incubator-devlake/blob/main/docker-compose-dev.yml), [source](https://github.com/apache/incubator-devlake/blob/main/env.example)). To set up Docker, copy `env.example` to `.env`, customize your environment variables, and run Docker Compose with: ```sh cp env.example .env docker compose -f docker-compose-dev.yml up ``` This approach matches the standard setup process described in the documentation ([source](https://github.com/apache/incubator-devlake/wiki/QA-Release-Plan)). If you encounter issues, double-check your `.env` values and service configurations. If problems persist, there may be a need to review the release process. <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/3ce5f2ae-7097-4174-a511-64686f83c0a6?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/3ce5f2ae-7097-4174-a511-64686f83c0a6?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/3ce5f2ae-7097-4174-a511-64686f83c0a6?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/3ce5f2ae-7097-4174-a511-64686f83c0a6?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/3ce5f2ae-7097-4174-a511-64686f83c0a6?feedback_type=hallucination) | [Report š](https://app.dosu.dev/response-feedback/3ce5f2ae-7097-4174-a511-64686f83c0a6?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/3ce5f2ae-7097-4174-a511-64686f83c0a6?feedback_type=other)</sup> [](https://app.dosu.dev/b4e8e847-d479-4541-83a8-d88d83fea5c9/ask?utm_source=github) [](https://cursor.com/link/prompt?text=The%20absence%20of%20%60docker-compose.yml%60%20and%20%60env.example%60%20in%20the%20v1.0.3-beta9%20release%20artifacts%20does%20not%20appear%20to%20be%20intentional%20or%20documented%20as%20a%20process%20change.%20You%20can%20find%20the%20necessary%20Docker%20setup%20files%20in%20the%20main%20branch%20of%20the%20repository%3A%20use%20%60docker-compose-dev.yml%60%20and%20%60env.example%60%20from%20the%20project%20root%20%28%5Bsource%5D%28https%3A//github.com/apache/incubator-devlake/blob/main/docker-compose-dev.yml%29%2C%20%5Bsource%5D%28https%3A//github.com/apache/incubator-devlake/blob/main/env.example%29%29.%20%0A%0ATo%20set%20up%20Docker%2C%20copy%20%60env.example%60%20to%20%60.env%60%2C%20customize%20your%20environment%20variables%2C%20and%20r un%20Docker%20Compose%20with%3A%0A%0A%60%60%60sh%0Acp%20env.example%20.env%0Adocker%20compose%20-f%20docker-compose-dev.yml%20up%0A%60%60%60%0A%0AThis%20approach%20matches%20the%20standard%20setup%20process%20described%20in%20the%20documentation%20%28%5Bsource%5D%28https%3A//github.com/apache/incubator-devlake/wiki/QA-Release-Plan%29%29.%20If%20you%20encounter%20issues%2C%20double-check%20your%20%60.env%60%20values%20and%20service%20configurations.%20If%20problems%20persist%2C%20there%20may%20be%20a%20need%20to%20review%20the%20release%20process.) [](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/incubator-devlake/issues/8688) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
