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

Ayar extend işlemi services için sorunlu #3

Open
omerucel opened this issue Mar 8, 2016 · 0 comments
Open

Ayar extend işlemi services için sorunlu #3

omerucel opened this issue Mar 8, 2016 · 0 comments
Labels

Comments

@omerucel
Copy link
Contributor

omerucel commented Mar 8, 2016

Aşağıdaki ayar dosyasında suite1 için tanımlı services ayarı suite2 ve suite3 için kullanılamıyor. Ancak suite2 ve suite3 ayarları suite1 ile genişletiliyor.

suite1:
  image: pozitim-ci/centos-php54
  environments:
    APPLICATION_ENV: pozitim-ci
  services:
    gearmand:
    mongo:
    redis:
    mysql:
      database: test
  commands:
    - php -v

suite2:
  extend: suite1
  image: pozitim-ci/centos-php55

suite3:
  extend: suite2
  image: pozitim-ci/centos-php56
@omerucel omerucel added the bug label Mar 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant