Helpy is a modern helpdesk application. Features include knowledgebase, discussions, and tickets.
696
This repository contains the neccessary files to build and run your own containerized Helpy.io instance. The container is designed to run standalone or on OpenShift Origin.
This image is available on DockerHub. To pull it, run:
docker pull shyper/helpy-docker
This image expects a number of environment variables to be set to properly run:
POSTGRES_HOST should be set to the hostname or IP address of your PostgreSQL serverPOSTGRES_DB should be set to the name of your databasePOSTGRES_USER should be set to the name of your database userPOSTGRES_PASSWORD should be set to the password for your database userSECRET_KEY_BASE should be set to a long, random string (used to sign and verify cookies)You may also set DO_NOT_PREPARE=true to skip database migrations. It is advised to leave this alone to ensure database migrations run on version change.
When the image is run, the application will be served by Unicorn on port 8080.
The application will store uploaded files in /helpy/uploads. A volume should be mounted in this location to provide persistant storage.
Content type
Image
Digest
Size
266.5 MB
Last updated
over 8 years ago
docker pull shyper/helpy-docker