Ecs-compose

Latest version: v0.9.91

Safety actively analyzes 630406 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.9.84

You can now use environment variables in the environment variables section of the YAML file.

- deeplearning:
image: deeplearning:latest
environment:
- DB_PWD: $DB_PWD

0.9.83

Now you can configure where to place your container or how to tweak deployment configurations.
See README file.

0.9.82

Added GPU capabilities you can now specify the number of GPU to the container.

gpus: 2

0.9.80

with the redeploy flag you will be able to trigger a new deployment with no service definition changes. For example, you can update a service's tasks to use a newer Docker image with the same image/tag combination (my_image:latest )

0.9.79

0.9.78

If the service that is being deployed doesnt have a healthcheck is throwing an error while performing the diffchecks to validate differences both in the ecs system and the one that is currently being deployed

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.