https://github.com/qoretechnologies/qorus-docker
Qorus Docker repository with info and configuration for Docker
https://github.com/qoretechnologies/qorus-docker
Last synced: 4 months ago
JSON representation
Qorus Docker repository with info and configuration for Docker
- Host: GitHub
- URL: https://github.com/qoretechnologies/qorus-docker
- Owner: qoretechnologies
- License: apache-2.0
- Created: 2023-01-04T10:41:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-05T16:13:56.000Z (about 1 year ago)
- Last Synced: 2025-06-29T09:03:04.860Z (11 months ago)
- Size: 39.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
See:
- [qorus-ce](qorus-ce) for detailed info about Docker images for the Community Edition
- [qorus-ee](qorus-ee) for detailed info about Docker images for the Enterprise Edition
## Quick Start for Qorus Community Edition in Docker
```
git clone https://github.com/qoretechnologies/qorus-docker.git
cd qorus-docker/qorus-ce
docker-compose up -d
```
Use `qorus-ee` instead of `qorus-ce` above for the Enterprise Edition (requires a license and support agreement from Qore Technologies for production use).
This will create a PostgreSQL database schema for Qorus, local volumes for persistent data and will start Qorus with an HTTPS listener on port 8011 using a self-signed certificate and with RBAC disabled (Enterprise Edition only; the Community Edition does not support users and permissions in any case).
Point your browser to https://localhost:8011 to connect to Qorus; no authentication is required to connect to Qorus in the default configuration.
See either the `qorus-ce` or `qorus-ee` subdirectories for detailed information on Qorus Docker images for the
Community Edition and the Enterprise Edition, respectively.
Click here for Qore Technologies' [public Docker registry](https://gallery.ecr.aws/qorus).
---
**NOTE**: The Qorus Python remote client has been moved to GitHub: https://github.com/qoretechnologies/qorus-remote