docker_stack/README.md

16 lines
835 B
Markdown
Raw Normal View History

2022-06-06 16:55:31 +03:00
# Docker stack deploy
2023-03-10 18:20:52 +03:00
![CI](https://ci.pleshevski.ru/api/badges/drone_plugins/docker_stack/status.svg)
2022-06-06 16:55:31 +03:00
Simple bash plugin to login and stack deploy
## Options
| property | type | default | description |
| ----------------- | ------ | ------------------ | ----------------------------------------- |
| name | string | $DRONE_REPO_NAME | Stack name |
| compose_file_path | string | docker-compose.yml | Path to your docker compose configuration |
2022-06-07 14:59:39 +03:00
| registry | string | $ORG_REGISTRY | Authenticates to this registry |
2022-06-06 16:55:31 +03:00
| username | string | | Authenticates with this username |
| password | string | | Authenticates with this password |