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

scopes instead (a generic 'all') #17

Open
pschrammel opened this issue Aug 17, 2017 · 1 comment
Open

scopes instead (a generic 'all') #17

pschrammel opened this issue Aug 17, 2017 · 1 comment
Milestone

Comments

@pschrammel
Copy link
Contributor

you might have configurations for different groups of services but not for all within an application:

application 'foo' do
  scope do
     variables do
        var  image: 'foo/bar'
    end
    service 'one' do
    end
    service 'two' do
    end
  end
  scope do
    variables do
        var  image: 'bar/foo'
    end
    service 'three' do
    end
    service 'four' do
    end
  end
end
@jannishuebl
Copy link
Owner

sounds great. I will put this on the roadmap.

@jannishuebl jannishuebl modified the milestone: NEXT Aug 17, 2017
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

No branches or pull requests

2 participants