Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Extract services from existing docker-compose file #1

@saitho

Description

@saitho

Instead of specifying the services in the project definition it should also be possible to specify an existing docker-compose file that is already used in the project source.

Example:

deployment:
  type: container
  service_file: ../../docker-compose.yml # relative path from the project configuration file

Mutually exclusive with services setting.

It will then extract the information that can currently be set in project definition from that file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    deploymentSomething about application deploymentenhancementNew feature or requestincompletemore information is needed to work on this

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions