services: mysql-build: image: "mysql/mysql-server:${MYSQL_VERSION}" profiles: ["build"] build: context: "build-context/mysql" dockerfile: Dockerfile args: MYSQL_VERSION: "${MYSQL_VERSION}"