# Return to the knowledge base

Category

Slurp'it is a container-based platform and therefore it's really easy to switch from Production to Acceptance or 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 Production 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:latest

  slurpit-warehouse: 
    image: slurpit/warehouse:latest

  slurpit-scanner:
    image: slurpit/scanner:latest

  slurpit-scraper:
    image: slurpit/scraper:latest

  slurpit-retriever:
    image: slurpit/retriever:latest

    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.