Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Thinking about using Docker compose at the root of the project. #81

Closed
cyfyifanchen opened this issue Jul 10, 2024 · 2 comments
Labels
question Further information is requested
Milestone

Comments

@cyfyifanchen
Copy link
Collaborator

cyfyifanchen commented Jul 10, 2024

docker-compose.yml has it's pros and cons.

Someone in the community suggested that using docker-compose at the project root would be more convenient, allowing the environment to be set up with a simple docker compose up -d. They listed the benefits and, if consensus is reached, this approach could be considered for inclusion in the project root.

@cyfyifanchen cyfyifanchen added the question Further information is requested label Jul 10, 2024
@Lensual
Copy link
Contributor

Lensual commented Jul 10, 2024

对于想快速体验的开发者来说,docker compose来代替docker run会方便一些

  1. 不依赖本地编译环境 node、go 等
  • 解决本地环境版本不一致
  • 对不熟悉使用特定工具链的人友好
  1. 环境变量统一通过.env配置,docker run 单行命令过多变量可能会敲错

@cyfyifanchen cyfyifanchen linked a pull request Jul 12, 2024 that will close this issue
@cyfyifanchen cyfyifanchen added this to the Release 0.0.3 milestone Jul 26, 2024
@cyfyifanchen
Copy link
Collaborator Author

supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
No open projects
Status: No status
Development

Successfully merging a pull request may close this issue.

2 participants