1
0

compose.yaml 256 B

1234567891011121314151617181920
  1. name: test
  2. services:
  3. test:
  4. extends:
  5. file: common.yaml
  6. service: foo
  7. string:
  8. image: test
  9. env_file: test.env
  10. list:
  11. image: test
  12. env_file:
  13. - test.env
  14. mapping:
  15. image: test
  16. env_file:
  17. - path: test.env