containers/mysql/docker-compose.override.yml

10 lines
250 B
YAML
Raw Normal View History

2023-01-12 15:58:11 +01:00
services:
mysql-build:
2023-01-13 02:49:53 +01:00
image: "mysql:${MYSQL_VERSION}"
2023-01-12 15:58:11 +01:00
profiles: ["build"]
build:
2023-01-13 02:49:53 +01:00
context: "build-context"
2023-01-12 15:58:11 +01:00
dockerfile: Dockerfile
args:
MYSQL_VERSION: "${MYSQL_VERSION}"