Files
synology-gitlab-ce/tools/gitlab-runner.json
2024-07-19 21:21:09 +02:00

47 lines
1.1 KiB
JSON

{
"CapAdd" : null,
"CapDrop" : null,
"cmd" : "run --user\\=gitlab-runner --working-directory\\=/home/gitlab-runner",
"cpu_priority" : 50,
"enable_publish_all_ports" : false,
"enable_restart_policy" : false,
"enable_service_portal" : null,
"enabled" : false,
"env_variables" : [
{
"key" : "PATH",
"value" : "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
}
],
"exporting" : false,
"image" : "gitlab/gitlab-runner:latest",
"is_ddsm" : false,
"is_package" : false,
"links" : [],
"memory_limit" : 0,
"name" : "gitlab-runner",
"network" : [
{
"driver" : "bridge",
"name" : "bridge"
}
],
"network_mode" : "bridge",
"port_bindings" : [],
"privileged" : false,
"shortcut" : {
"enable_shortcut" : false,
"enable_status_page" : false,
"enable_web_page" : false,
"web_page_url" : ""
},
"use_host_network" : false,
"volume_bindings" : [
{
"host_volume_file" : "/docker/docker.sock",
"mount_point" : "/var/run/docker.sock",
"type" : "rw"
}
]
}