diff options
| author | Kasra Bigdeli <[email protected]> | 2020-08-16 20:07:04 -0400 |
|---|---|---|
| committer | Kasra Bigdeli <[email protected]> | 2020-08-16 20:07:04 -0400 |
| commit | af172b6680583487bdeacf230d7abaf9b57f4811 (patch) | |
| tree | 799048031a312668a695314c14044abe9bda9ccd /public/v4/apps/eclipse-mosquitto.yml | |
| parent | 0e70ec541e7441b71460db230975d4614473ed6d (diff) | |
| download | caprover-one-click-apps-af172b6680583487bdeacf230d7abaf9b57f4811.tar.gz caprover-one-click-apps-af172b6680583487bdeacf230d7abaf9b57f4811.zip | |
Formatter on V4
Diffstat (limited to 'public/v4/apps/eclipse-mosquitto.yml')
| -rw-r--r-- | public/v4/apps/eclipse-mosquitto.yml | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/public/v4/apps/eclipse-mosquitto.yml b/public/v4/apps/eclipse-mosquitto.yml index 42f1e37..0722408 100644 --- a/public/v4/apps/eclipse-mosquitto.yml +++ b/public/v4/apps/eclipse-mosquitto.yml @@ -1,25 +1,25 @@ captainVersion: 4 services: - $$cap_appname: - image: eclipse-mosquitto:$$cap_eclipse_version - volumes: - - $$cap_appname-eclipse-config:/mosquitto/config/ - - $$cap_appname-eclipse-data:/mosquitto/data/ - - $$cap_appname-eclipse-log:/mosquitto/log/ - ports: [] - restart: always - caproverExtra: - notExposeAsWebApp: "true" + $$cap_appname: + image: eclipse-mosquitto:$$cap_eclipse_version + volumes: + - $$cap_appname-eclipse-config:/mosquitto/config/ + - $$cap_appname-eclipse-data:/mosquitto/data/ + - $$cap_appname-eclipse-log:/mosquitto/log/ + ports: [] + restart: always + caproverExtra: + notExposeAsWebApp: 'true' caproverOneClickApp: - variables: - - id: $$cap_eclipse_version - label: Eclipes-Mosquitto Image Version - defaultValue: latest - validRegex: /^([^\s^\/])+$/ - instructions: - start: Eclipse Mosquitto is an open source message broker which implements MQTT version 5, 3.1.1 and 3.1. Enter Parameters below - end: Eclipes-Mosquitto is deployed and available as srv-captain--$$cap_appname:1883 to other apps and srv-captain--$$cap_appname:9001 as a websocket. - displayName: Eclipse Mosquitto - A MQTT Broker - isOfficial: true - description: Eclipse Mosquitto is an open source message broker which implements MQTT version 5, 3.1.1 and 3.1 - documentation: Taken from https://github.com/eclipse/mosquitto. Mosquitto is an open source implementation of a server for version 5.0, 3.1.1, and 3.1 of the MQTT protocol. It also includes a C and C++ client library, and the mosquitto_pub and mosquitto_sub utilities for publishing and subscribing. + variables: + - id: $$cap_eclipse_version + label: Eclipes-Mosquitto Image Version + defaultValue: latest + validRegex: /^([^\s^\/])+$/ + instructions: + start: Eclipse Mosquitto is an open source message broker which implements MQTT version 5, 3.1.1 and 3.1. Enter Parameters below + end: Eclipes-Mosquitto is deployed and available as srv-captain--$$cap_appname:1883 to other apps and srv-captain--$$cap_appname:9001 as a websocket. + displayName: Eclipse Mosquitto - A MQTT Broker + isOfficial: true + description: Eclipse Mosquitto is an open source message broker which implements MQTT version 5, 3.1.1 and 3.1 + documentation: Taken from https://github.com/eclipse/mosquitto. Mosquitto is an open source implementation of a server for version 5.0, 3.1.1, and 3.1 of the MQTT protocol. It also includes a C and C++ client library, and the mosquitto_pub and mosquitto_sub utilities for publishing and subscribing. |
