A simple ticket management tool with support for logs and multi-deployment.
Deploy this app to RackNerd for $0.99/mo only!
This project is supported by:
Ticket Management System in order to help helpdesks & service desks manage internal staff & customer requests
It's a self hosted alternative to popular services such as zendesk
Check out the getting started guide if this is the first time you've used Peppermint:
version: "3.1"
services:
postgres:
container_name: postgres
image: postgres:latest
restart: always
volumes:
- ./docker-data/db:/data/db
environment:
POSTGRES_USER: peppermint
POSTGRES_PASSWORD: 1234
POSTGRES_DB: peppermint
client:
container_name: peppermint
image: pepperlabs/peppermint:latest
ports:
- 5000:5000
restart: on-failure
depends_on:
- postgres
environment:
PORT: 5000
DB_USERNAME: peppermint
DB_PASSWORD: 1234
DB_HOST: 'postgres'
BASE_URL: "http://localhost"
Once this is completed then you can go to your base_url which was added to the compose file and login.
The default login credentials are
admin@admin.com
1234
We have started working on creating documentation for peppermint which covers development to general usage. Click here to be taken directly there.
Give a ⭐️ if this project helped you!
👤 Jack Andrews
Please login to review this project.
No reviews for this project yet.
Helpy is a modern, open source helpdesk customer support ap…
Multi language ticket system with FAQ, role management, met…
Client IT Documentation, Ticketing, Invoicing and Accountin…
Comments (0)
Please login to join the discussion on this project.