Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 620 Bytes

File metadata and controls

11 lines (8 loc) · 620 Bytes

Deployment with Docker Compose

Docker Compose

Starwit's AI Cockpit can be started such, that sample configuration and data are imported upon first launch. This docker compose script aims at using this capability. In folder scenariodata a growing set of sample data can be found. This allows to test AI Cockpit with various sample configurations.

Sample data set can be configured via environment parameters or via .env file. That configured, you can start all necessary components like so:

    cd docker-compose
    sudo docker compose -f import-demo-docker-compose.yml up