optivem/Wait for Docker Compose Application
Waits for a Docker Compose application to be ready by polling a health endpoint
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| url | The URL to check for application readiness (e.g., http://localhost:8080/) | yes | http://localhost:8080/ |
| max-attempts | Maximum number of attempts before giving up | no | 30 |
| wait-seconds | Seconds to wait between attempts | no | 10 |
| working-directory | Working directory for docker compose commands | no | . |
Outputs
no outputs