containers/mysql/docker-compose.override.yml

10 lines
269 B
YAML

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