https://github.com/openthc/docker
https://github.com/openthc/docker
docker
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/openthc/docker
- Owner: openthc
- Created: 2021-11-24T16:30:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-10-20T16:13:35.000Z (9 months ago)
- Last Synced: 2025-10-20T18:14:15.992Z (9 months ago)
- Topics: docker
- Language: PHP
- Size: 40 KB
- Stars: 8
- Watchers: 5
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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](https://hub.docker.com/u/openthc)
[](https://hub.docker.com/r/openthc/app)
[](https://hub.docker.com/r/openthc/cre)
[](https://hub.docker.com/r/openthc/lab)
[](https://hub.docker.com/r/openthc/pos)
[](https://hub.docker.com/r/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.
```bash
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](./INSTALL.md) for more information and configuration options.
## Services
These are the services run by the OpenTHC Docker suite.
- [SQL](https://hub.docker.com/r/openthc/sql): PostgreSQL Database
- RAM: Redis
- [SSO](https://github.com/openthc/sso): Single Sign On / oAuth / Account services
- [CRE](https://github.com/openthc/cre): Compliance Reporting Engine
- [App](https://github.com/openthc/app)
- Track and Trace (T&T/TnT)
- Enterprise resource planning (ERP)
- Regulatory compliance features for your region
- [Lab Portal](https://github.com/openthc/lab)
- Regulatory compliance reporting
- Laboratory Information Management Systems (LIMS)
- [Point of Sale](https://github.com/openthc/pos)
- Front end for Retail staff
- Business-to-Consumer regulatory compliance reporting
## Contributing
- Report Bugs
- Suggest Enhancements / Feature Requests
- Code Contributions
## Getting Support
- [GitHub Issues](https://github.com/openthc/docker/issues)
- [Enterprise Support](https://openthc.com/help)