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

what about extension fields? #14

Open
alanwilter opened this issue Nov 28, 2020 · 0 comments
Open

what about extension fields? #14

alanwilter opened this issue Nov 28, 2020 · 0 comments

Comments

@alanwilter
Copy link

See https://docs.docker.com/compose/compose-file/#extension-fields

Mine does not work with compose_format:

version: '3.8'
x-common: &common
   env_file:
   - public.env
services:
   app:
      <<: *common
      environment:
      - APP_ENV=test
      build:
         context: .
...
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

1 participant