containers/haproxy/docker-compose.override.yml

10 lines
268 B
YAML

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