This docker container uses the Blender Cloud image, but a different entry point. It is not intended to be network-reachable from the outside world. All it needs are connections to the databases (mongo, redis, rabbit).
5 lines
90 B
Bash
Executable File
5 lines
90 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
source /install_scripts.sh
|
|
source /manage.sh operations worker -- -C
|