Skip to content

Latest commit

 

History

History
65 lines (45 loc) · 2.67 KB

README.md

File metadata and controls

65 lines (45 loc) · 2.67 KB

OpenTHC Greenhouse

OpenTHC is an environment of web-baed applications focused on helping Cannabis/Hemp and Organic Horticulture industry participants meet their regulatory requirements. This repository contains the tools to start the suite of services from docker images.


These images are available from our Docker Hub Profile

Docker Pulls openthc/app Docker Pulls openthc/cre Docker Pulls openthc/lab Docker Pulls openthc/pos Docker Pulls openthc/sql

Quick Start

This docker-compose will create the OpenTHC Suite which is all the services needed to operate a farm or retail operation. Out of the box it's configured to create a local-subnet for the containers.

git clone https://github.com/openthc/docker.git /opt/openthc/docker
cd /opt/openthc/docker
docker compose up -d

Then visit http://sso.openthc.me/ and sign in with root@openthc.me and passweed

See INSTALL.md for more information and configuration options.

Services

These are the services run by the OpenTHC Docker suite.

  • SQL: PostgreSQL Database
  • RAM: Redis
  • SSO: Single Sign On / oAuth / Account services
  • CRE: Compliance Reporting Engine
  • App
    • Track and Trace (T&T/TnT)
    • Enterprise resource planning (ERP)
    • Regulatory compliance features for your region
  • Lab Portal
    • Regulatory compliance reporting
    • Laboratory Information Management Systems (LIMS)
  • Point of Sale
    • Front end for Retail staff
    • Business-to-Consumer regulatory compliance reporting

Contributing

  • Report Bugs
  • Suggest Enhancements / Feature Requests
  • Code Contributions

Getting Support