Skip to content

Cerb automates helpdesk inboxes and workflows. Create high volume shared inboxes. Integrate with any API-based service and automate nearly any repetitive digital workflow using the specialized KATA language and browser-based coding tools.

Notifications You must be signed in to change notification settings

cerb/cerb-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker recipes for self-hosting Cerb

Self host Cerb using Docker.

cerb-caddy-mysql (RECOMMENDED)

A full-stack Docker Compose installation of Cerb suitable for evaluation, development, and testing. Cerb file storage and the MySQL datadir are stored in local Docker volumes.

cerb-nginx-mysql

A full-stack Docker Compose installation of Cerb suitable for evaluation, development, and testing. Cerb file storage and the MySQL datadir are stored in local Docker volumes.

cerb-base

The cerb-base directory builds the base image from the official php:fpm versioned image along with Cerb's required PHP extensions.

Building this image first drastically speeds up the build times of versioned Cerb images.

This image only needs to be rebuilt when updating the OS, PHP, or extension versions.

Most people do not need to build this image locally.

cerb

The cerb directory builds versioned Cerb images on top of cerb-base.

This container uses PHP FastCGI Process Manager (PHP-FPM) and listens on port 9000. Do not expose this port publicly.

You must pair the container with a web server like Caddy or nginx.

Unless you need a custom build of Cerb, use the pre-built tagged images from Docker Hub: http://hub.docker.com/repository/docker/cerb/cerb

About

Cerb automates helpdesk inboxes and workflows. Create high volume shared inboxes. Integrate with any API-based service and automate nearly any repetitive digital workflow using the specialized KATA language and browser-based coding tools.

Topics

Resources

Stars

Watchers

Forks