docker_stack/readme.md

14 lines
753 B
Markdown
Raw Normal View History

2022-06-06 16:55:31 +03:00
# 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 |
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 |