openthc / docker

8 stars 1 forks source link
docker

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.

Contributing

Getting Support