ServiceControl

ServiceControl

Docker app from Syknight's Repository

Overview

Particular Software ServiceControl The 'particular/servicecontrol' image is part of the Particular Service Platform, which includes the following images: - particular/servicecontrol-ravendb | The database used by the error/audit instances (https://docs.particular.net/servicecontrol/ravendb/containers) - particular/servicecontrol | The primary/error instance, which includes error handling and recoverability (https://docs.particular.net/servicecontrol/servicecontrol-instances/) - particular/servicecontrol-audit | The audit instance, which stores audit data, and can be scaled out to multiple audit instances (https://docs.particular.net/servicecontrol/audit-instances/) - particular/servicecontrol-monitoring | The monitoring instance, which tracks runtime information like throughput, queue length, and other metrics (https://docs.particular.net/servicecontrol/monitoring-instances/) - particular/servicepulse | The web application that provides a front end for recoverability and monitoring features (https://docs.particular.net/servicepulse/) Additional optional environment variables can be configured. See "https://docs.particular.net/servicecontrol/servicecontrol-instances/configuration".

Requirements

See "https://docs.particular.net/servicecontrol/servicecontrol-instances/deployment/containers" and "https://github.com/Particular/PlatformContainerExamples".

Runtime arguments

Network
bridge
Shell
sh
Privileged
false

Template configuration

RAVENDB_CONNECTIONSTRINGVariable

Provides the URL to connect to the database container that stores the instance's data. The database container should be exclusive to the instance, and not shared by any other ServiceControl instances.

Default
http://servicecontrol-db:8080
Value
http://servicecontrol-ravendb:8080
REMOTEINSTANCESVariable

A JSON structure that provides URLs for the Error instance to access any remote audit instances (https://docs.particular.net/servicecontrol/servicecontrol-instances/remotes). When requesting audit data via the ServiceControl API, the Error instance will communicate to each of the remote audit instances in a scatter-gather pattern and then return the combined results. The URLs must be accessible by the Error instance directly, not constructed to be accessible from an external browser.

Default
[{"api_uri":"http://servicecontrol-audit:44444/api"}]
TRANSPORTTYPEVariable

Determines the message transport used to communicate with message endpoints. See

CONNECTIONSTRINGVariable

Provides the connection information to connect to the chosen transport. The form of this connection string is different for every message transport. See

PARTICULARSOFTWARE_LICENSEVariable

The Particular Software license, which is most easily provided to a container as an environment variable (https://docs.particular.net/nservicebus/licensing/#license-management-environment-variable). The environment variable should contain the full multi-line contents of the license file. A license file can also be volume-mounted to the container. e.g. (/usr/share/ParticularSoftware/license.xml). If no license file is provided, a trial license will be automatically enabled.

ParticularPlatformFilesPathrw

An optionally shared folder used by all Particular Service Platform containers. The license file can be saved here and shared among all containers.

Target
/usr/share/ParticularSoftware/
Default
/mnt/cache/appdata/ParticularPlatform/
Canonical PortPorttcp

33333 is the canonical port exposed by the error instance API within the container, though this port can be mapped to any desired external port.

Target
33333
Default
33333
Value
33333

Download Statistics

207,538
Total Downloads
17,420
This Month
15,155
Avg / Month

Total Downloads Over Time

Loading chart...

Details

Repository
particular/servicecontrol:latest
Last Updated2026-04-13
First Seen2025-08-05

Run ServiceControl on Unraid.

ServiceControl is listed in Community Apps for Unraid OS. Explore Unraid to build a flexible home server, NAS, or homelab.