kompose/script/test/fixtures/compose-env-interpolation/docker-compose.yaml
AhmedGrati 71c3164907
fix: enable compose environment variables interpolation (#1642)
Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com>
2023-06-30 11:29:26 -04:00

8 lines
128 B
YAML

version: '3.8'
services:
foo:
labels:
kompose.image-pull-policy: "${IMAGE_PULL_POLICY:-IfNotPresent}"
build: .