# Return to the knowledge base

Category

Slurp'it is a container-based platform and therefore it's really easy to switch from Production to Development mode. To do this you have to set the relevant container image tag in the docker compose configuration file.

 

How to run the application in Development mode?

  1. Open the docker-compose.override.yml file and set, or replace, the image lines like the example below.
  2.  Save the override file.
  3.  Restart the application by running sh down.sh && sh up.sh.

Make sure your override file contains the following:

services:
 slurpit-portal: 
    image: slurpit/portal:dev

  slurpit-warehouse: 
    image: slurpit/warehouse:dev

  slurpit-scanner:
    image: slurpit/scanner:dev

  slurpit-scraper:
    image: slurpit/scraper:dev

  slurpit-retriever:
    image: slurpit/retriever:dev

     

    Yes, keep me informed

    Connect with us on LinkedIn to stay updated on the latest happenings, news, and exciting developments at Slurp'it. Just click the button below to follow us and be a part of our professional network.

    Newsletter



    By submitting this form, I confirm that I have read and agree to the Slurp’it privacy policy.