Retool repository for custom semaphore env
This commit is contained in:
14
README.md
14
README.md
@@ -1,12 +1,8 @@
|
||||
# semaphore-runner
|
||||
# semaphore-container
|
||||
|
||||
Runner for semaphore runner with custom environment dependencies
|
||||
Custom container for Ansible Semaphore that:
|
||||
|
||||
## Configuration
|
||||
* Is based on debian instead of alpine
|
||||
* Includes required dependencies for Skylab operations
|
||||
|
||||
```shell
|
||||
SEMAPHORE_RUNNER_REGISTRATION_TOKEN= # (required) registration token to authenticate to the server
|
||||
SEMAPHORE_RUNNER_API_URL= # (required) URL of the Semaphore server API
|
||||
SEMAPHORE_RUNNER_CONFIG_FILE= # runner state file
|
||||
SEMAPHORE_RUNNER_MAX_PARALLEL_TASKS= # Maximum parallel tasks the runner can run at once
|
||||
```
|
||||
Usage of this container should be identical to the official container
|
||||
|
||||
Reference in New Issue
Block a user