pandawms/Setup PanDA
Start a self-contained PanDA server stack via Docker Compose.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ref | Git ref (branch, tag, SHA) of eic/panda-compose to check out | — | main |
| timeout | Seconds to wait for the PanDA server to become healthy | — | 300 |
| project-name | Docker Compose project name. Determines container name prefixes (e.g. <project-name>-panda-jedi-1). Change only if the default conflicts with other services on the runner. | — | panda-compose |
| env-overrides | Newline-separated KEY=VALUE pairs appended to the .env file before the stack starts. Use this to override default passwords or other variables consumed by the compose file or containers. | — | "" |
Outputs
| name | description |
|---|---|
| panda-url | HTTP URL of the PanDA REST API |
| panda-url-ssl | URL for SSL PanDA REST API (same as HTTP in the dev stack) |