Skip to content

Small application providing a minimal monitoring dashboard for Gearman Job Servers.

Notifications You must be signed in to change notification settings

phplegacy/gearman-ui-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gearman UI Docker image

Docker image for Gearman UI, a small PHP application providing a minimal monitoring dashboard for a cluster of Gearman Job Servers.

Docker repository

Docker Hub
docker pull legacyphp/gearman-ui:latest

GitHub Packages
docker pull ghcr.io/phplegacy/gearman-ui-docker:latest

Usage

Use provided docker-compose.yml as an example.

Configuration

Use environment variables to define gearman server name, address and port:

GEARMAN_SERVERS = 'Gearman#1:gearman:4730';

Separate configuration with comma in order to connect to multiple gearman servers:

GEARMAN_SERVERS = 'Gearman#1:gearman:4730,Gearman#2:gearman2:4730';

License

The MIT License (MIT). Please see License File for more information.


If you like this project, please consider giving me a ⭐

About

Small application providing a minimal monitoring dashboard for Gearman Job Servers.

Topics

Resources

Stars

Watchers

Forks

Packages