iobee-io/Influxdb in GitHub Actions
Start a Influxdb as Docker container
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Influxdb version to use | no | latest |
| ports | Port mappings in a [host]:[container] format, delimited by spaces (example: "8086:8086") | no | 8086:8086 |
| container-name | The name of the spawned Docker container (can be used as hostname when accessed from other containers) | no | influxdb |
| influxdb_org | The initial Organization of the InfluxDB instance. | no | org |
| influxdb_user | The initial User of the InfluxDB instance. | no | admin |
| influxdb_password | The initial Password of the InfluxDB instance. | no | password |
| influxdb_bucket | The initial Bucket of the InfluxDB instance. | no | bucket |
| influxdb_token | The initial Token of the InfluxDB instance. | no | XXXXXX |
Outputs
no outputs