docker-compose · PyPI
https://pypi.org/project/docker-compose10.05.2021 · docker-compose · PyPI docker-compose 1.29.2 Project description Docker Compose Docker Compose is a tool for running multi-container applications on Docker defined using the Compose file format . A Compose file is used to define how the one or more containers that make up your application are configured.
Search results · PyPI
https://pypi.org/search/?q=docker-composePyPi package created by Schibsted's Product & Application Security team. docker-compose-xu 1.6.0dev Dec 16, 2015 Multi-container orchestration for Docker airflow-docker-compose 0.1.9 Oct 24, 2019 docker-compose-multistage 0.1 Apr 18, 2020 A Docker utility package to separately push each stage of dockerfiles docker-compose-helper 0.1 Oct 16, 2018
docker-compose · PyPI
pypi.org › project › docker-composeMay 10, 2021 · Docker Compose. Docker Compose is a tool for running multi-container applications on Docker defined using the Compose file format.A Compose file is used to define how the one or more containers that make up your application are configured.
docker-compose-wait · PyPI
pypi.org › project › docker-compose-waitAug 14, 2020 · docker-compose-wait docker-compose-wait behaves like a docker-compose sub-command. It will forward the usual docker-compose command-line arguments. The above command will work fine if you previously ran docker-compose up -d by referencing the standard docker-compose.yml file. If you are using other files for your docker-compose configuration ...
docker-compose-postgres · PyPI
https://pypi.org/project/docker-compose-postgres14.04.2021 · Default `docker-compose` -p, --print do not call subprocess. Print command only. -f FILE, --file FILE specify an alternate compose file (default: docker-compose.yml) --env-user ENV_USER environment variable which defines username. Default `POSTGRES_USER` --env-db ENV_DB environment variable which defines dbname.
docker-composer · PyPI
https://pypi.org/project/docker-composer30.11.2020 · docker-composer · PyPI docker-composer 0.8.5 Project description Docker Composer A library to interact with docker-compose from a python Program. All commands and parameters are exposed as python classes and attributes to allow for full auto-completion of its parameters with IDEs that support it. Install pip install docker-composer Usage
docker-compose 1.29.2 on PyPI - Libraries.io
libraries.io › pypi › docker-composeJan 20, 2015 · Docker Compose is a tool for running multi-container applications on Docker defined using the Compose file format . A Compose file is used to define how the one or more containers that make up your application are configured. Once you have a Compose file, you can create and start your application with a single command: docker compose up.
pytest-docker-compose · PyPI
pypi.org › project › pytest-docker-composeJan 26, 2021 · pytest. By default, this will look for a docker-compose.yml file in the current working directory. You can specify a different file via the --docker-compose option: pytest --docker-compose = /path/to/docker-compose.yml. Docker compose allows for specifying multiple compose files as described in the docs here.