The deadlinewebservice application is a command line application for the Deadline render farm management system. It allows you to query information from Deadline over an Internet connection, which you can view with the Mobile application, or you can write custom Web Service Scripts to display this information in a manner of your choice, such as a web page.
You can find the deadlinewebservice application in the Deadline bin folder (Windows or Linux) or the Resources folder (Mac OS X).
The RESTful API in the web service can be used to request information from the database, store new data, alter existing data or remove entries from the database.
See the REST Overview documentation for more information.
Use the docker-compose to install Deadline Web Service (You should be in the root directory of this project).
docker-compose up -d
GitHub:
HTTPS: https://github.com/creative-content-works/deadline_web_service.git
GitHub CLI: gh repo clone creative-content-works/deadline_web_service
SSH: git@github.com:creative-content-works/deadline_web_service.git
Once docker-compose.yaml is build and started the Deadline Web Service you can use the RESTful API in the web service to request information from the database, store new data, alter existing data or remove entries from the database.
Also you can scale the app's using this command:
docker-compose up -d --scale app_name=scale_number
Example:
docker-compose up -d --scale bg=5
docker-compose up -d --scale uk=5
docker-compose up -d --scale cloud=5
The Deadline web service is currently deployed and running on "Docker001" (192.168.2.76) in Bulgaria.
To access the web service you should go to one of these addresses:
192.168.2.76:7777 - BG
192.168.2.76:8888 - UK
192.168.2.76:9999 - Cloud