Skip to content

Deploying Your Application

Once you have built and pushed your Docker image to a container registry, you can deploy it to the Mesh of Things platform. The deployment process involves adding your Docker Compose file to the Mesh of Things dashboard and configuring the necessary settings for your application.

Step 1: Access the Dashboard

  • Log in to the Mesh of Things dashboard.
  • Navigate to the Apps section.
  • Click on Create Application.
  • Select the Docker Compose option to upload your Docker Compose file, or paste the contents of your Docker Compose file directly into the dashboard.

Step 2: Tune your deployment

  1. Name: Give your application a name.
  2. Environment Variables: If your application requires any environment variables, you can select them from the list or create new ones.
  3. Secrets: If your application requires sensitive information, you can use secrets to manage them securely.
  4. Firewall Groups: Add the device to firewall groups to control which devices can communicate with your application.
  5. Deployment Target: Choose the devices or groups of devices where you want to deploy your application.

Your apps will be deployed to the devices you selected, and you can monitor their status from the dashboard.