Managing Standalone Configuration of Foresight Mobile Platform

To manage standalone configuration of Foresight Mobile Platform, use the docker-compose utility and the docker-compose.standalone.yml configuration file in the archive standalone_compose_files_v25.03.<version number>.zip.

NOTE. For details about configuration file, contact technical support sending an request to support@fsight.ru or technical support services that are available after registration at the website.

Main commands to work with Docker components are executed from the server console:

% docker-compose -f docker-compose.standalone.yml up -d

To enable logging of mobile platform component, use the docker-compose.logs.yml file during containers startup:

% docker-compose -f docker-compose.standalone.yml -f docker-compose.logs.yml up -d

% docker-compose -f docker-compose.standalone.yml start

% docker-compose -f docker-compose.standalone.yml restart

% docker-compose -f docker-compose.standalone.yml stop

% docker-compose -f docker-compose.standalone.yml down

Features of command execution:

See also:

Installing and Setting Up Foresight Mobile Platform | Standalone Configuration | Updating Standalone Configuration of Foresight Mobile Platform | Administration and Access Control