docker run --name semaphore-runner \ -d semaphoreui/runner:v2.10.43
services: semaphore-runner: ports: - 3000:3000 image: semaphoreui/runner:v2.10.43
Contains frequently changing files.
|
|
Contains configuration files.
|
|
Contains cache: cloned repositories, generated inventory files, etc.
|
|
SEMAPHORE_TMP_PATH
The path to store temporary files
|
|
SEMAPHORE_GIT_CLIENT
Type of Git client. Can be 'cmd_git' or 'go_git'.
|
|
SEMAPHORE_MAX_TASK_DURATION_SEC
Max duration of a task in seconds.
|
|
SEMAPHORE_MAX_PARALLEL_TASKS
Max number of parallel tasks that can be run on the server.
|
|
SEMAPHORE_ENV_VARS
JSON map which contains apps configuration.
|
|
SEMAPHORE_FORWARDED_ENV_VARS
JSON map which contains apps configuration.
|
|
ANSIBLE_HOST_KEY_CHECKING
Avoid host key checking by the tools Ansible uses to connect to the host.
|
|