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

feat: composition v3 #529

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

feat: composition v3 #529

wants to merge 2 commits into from

Conversation

mikhail-klimko
Copy link
Collaborator

@mikhail-klimko mikhail-klimko commented Nov 21, 2024

What

Update engine. Allow service compositions version 3.0

Pipeline example

version: 1.0
services:
  version: '3.0'
  name: environment
  composition:
    mongo:
      image: 'mongo:6.0.14'
      restart: always
      ports:
        - '27017'
      command: mongod
      healthcheck:
        test:
          - CMD
          - mongo
          - '--eval'
          - db.adminCommand('ping')

steps:
  ...

Why

Notes

@mikhail-klimko mikhail-klimko marked this pull request as ready for review November 22, 2024 08:16
@mikhail-klimko mikhail-klimko requested a review from a team as a code owner November 22, 2024 08:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant