Sign inSign up

legacyphp/gearman-ui

By legacyphp

Updated over 3 years ago

Image
0

638

legacyphp/gearman-ui repository overview

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 ⭐

Tag summary

Content type

Image

Digest

sha256:5bb971b1b

Size

63.9 MB

Last updated

over 3 years ago

docker pull legacyphp/gearman-ui