معرفی شرکت ها


ems-eploy-0.0.5


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A small deploy utility package
ویژگی مقدار
سیستم عامل -
نام فایل ems-eploy-0.0.5
نام ems-eploy
نسخه کتابخانه 0.0.5
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Jesper Halkjær Jensen
ایمیل نویسنده gedemagt@gmail.com
آدرس صفحه اصلی https://github.com/
آدرس اینترنتی https://pypi.org/project/ems-eploy/
مجوز MIT
# EMS Deploy script This project provides a general-purpose deploy script for the EMS projects. It runs the suitable docker-compose command based on the available docker-compose files located in the directory. ## Install `pip install ems-eploy` ## Directory structure and required files Deploy concatenates a `docker-compose` command. The following files are recognized 1. `docker-compose.yml` Required: Base file 2. `docker-compose.deploy.yml` Required: This file is added as an additional docker-compose file 3. `docker-compose.debug.yml` Optional: This files is used instead of `docker-compose.deploy.yml` when using the `debug` flag ## How to use The following flags are always added to the `docker-compose` command: - `--force-recreate` - `--renew-anon-volumes` - `--build` ### Deploy To deploy the app, simply run `deploy` Note that it will automatically add the `-d` flag which detaches from the process afterwards. ### Debug To run in debug mode, run `deploy debug` Note that it will NOT automatically detach - this can however be supplied. See the next section for additional flags ### Additional flags - `-d` Detaches the process (this is automatically done in deploy-mode, but not in debug-mode) - `-v` Writes the resulting command to the terminal.


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl ems-eploy-0.0.5:

    pip install ems-eploy-0.0.5.whl


نصب پکیج tar.gz ems-eploy-0.0.5:

    pip install ems-eploy-0.0.5.tar.gz