doc: add readme
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Dmitriy Pleshevskiy 2022-06-06 16:55:31 +03:00
parent de228a9b40
commit 7ca32e29a0
Signed by: pleshevskiy
GPG key ID: 1B59187B161C0215

13
readme.md Normal file
View file

@ -0,0 +1,13 @@
# Docker stack deploy
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 |
| registry | string | | Authenticates to this registry |
| username | string | | Authenticates with this username |
| password | string | | Authenticates with this password |