Skip to content

Update scenario documentation to use docker-compose.override.yml #909

Description

@YetAnotherGerrit

As a system administrator, I want the documentation on how to enable scenarios to describe using a docker-compose.override.yml file with the include keyword, so that I can run scenarios with the plain docker compose up command instead of remembering scenario-specific -f flag combinations.

Acceptance criteria

  • The docs.zammad.org installation/docker guide no longer instructs admins to run docker compose -f docker-compose.yml -f scenarios/{scenario}.yml up -d to enable a scenario.
  • The guide instead documents creating a docker-compose.override.yml file that references one or more scenario files via include, for example:
    • include:
        - scenarios/first.yml
        - scenarios/second.yml

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions