services: haproxy-build: image: "haproxy:${HAPROXY_VERSION}" profiles: ["build"] build: context: "build-context/haproxy" dockerfile: Dockerfile args: HAPROXY_VERSION: "${HAPROXY_VERSION}"