add docker-compose with official image

This commit is contained in:
xnuinside
2020-07-21 11:00:03 +03:00
parent 320488552e
commit e0afba1924
14 changed files with 910 additions and 7 deletions

16
pyproject.toml Normal file
View File

@@ -0,0 +1,16 @@
[tool.poetry]
name = "y"
version = "0.1.0"
description = "Set of Apache Airflow with Docker Compose examples"
authors = ["y"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.7"
[tool.poetry.dev-dependencies]
pytest-docker-compose = "^3.1.2"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"