compose/pkg/e2e/fixtures/dotenv/raw.yaml

7 lines
159 B
YAML

services:
test:
image: alpine
command: sh -c "echo $$TEST_VAR"
env_file:
- path: .env.raw
format: raw # parse without interpolation