raw.yaml 159 B

1234567
  1. services:
  2. test:
  3. image: alpine
  4. command: sh -c "echo $$TEST_VAR"
  5. env_file:
  6. - path: .env.raw
  7. format: raw # parse without interpolation