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

临时参考方案:Run different projects with docker-compose profiles #1020

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Aug 6, 2023

  1. [Feature] Run different projects with docker-compose profiles

    This commit introduces the usage of Docker Compose profiles to run different projects with varying functionalities. By utilizing the profiles feature, we can now manage and switch between different project configurations easily.
    
    Changes made in this commit include:
    
    - Added Docker Compose profiles for organizing project configurations
    - Updated the README file to document the usage of profiles
    - Modified the docker-compose.yml file to include multiple profile definitions
    
    这次提交引入了使用 Docker Compose 的 profile 功能来运行具有不同功能的项目。通过利用 profile 功能,我们现在可以轻松地管理和切换不同的项目配置。
    
    本次提交的主要更改包括:
    
    - 添加了 Docker Compose 的 profile,用于组织项目配置
    - 更新了 README 文件,以记录 profile 的使用方法
    - 修改了 docker-compose.yml 文件,包含多个 profile 定义
    k997 committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    f5f87d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    3751d59 View commit details
    Browse the repository at this point in the history