@@ -8,16 +8,34 @@ This project is deployed in accordance to the [DargStack template](https://githu
88## Table of Contents
99
1010
11- 1 . [ secrets ] ( #secrets )
11+ 1 . [ x-shared ] ( #x-shared )
1212
13- 2 . [ services ] ( #services )
13+ 2 . [ secrets ] ( #secrets )
1414
15- 3 . [ volumes] ( #volumes )
15+ 3 . [ services] ( #services )
16+
17+ 4 . [ volumes] ( #volumes )
18+
19+
20+ ## x-shared
21+
22+
23+ - ### ` zammad-service `
24+
25+ You can access the helpdesk at [ zammad.app.localhost] ( https://zammad.app.localhost/ ) .
1626
1727
1828## secrets
1929
2030
31+ - ### ` elasticsearch-keystore_password `
32+
33+ The search engine's password for the keystore.
34+
35+ - ### ` elasticsearch-password `
36+
37+ The search engine's password for the default user.
38+
2139 - ### ` grafana_admin_email `
2240
2341 The observation dashboard's admin email.
@@ -197,6 +215,10 @@ This project is deployed in accordance to the [DargStack template](https://githu
197215
198216 You can check the database connector's setup logs using ` portainer ` .
199217
218+ - ### ` elasticsearch `
219+
220+ You cannot access the search engine via a web interface.
221+
200222 - ### ` geoip `
201223
202224 You cannot access the ip geolocator via a web interface.
@@ -209,6 +231,10 @@ This project is deployed in accordance to the [DargStack template](https://githu
209231
210232 You cannot access the jobber via a web interface.
211233
234+ - ### ` memcached `
235+
236+ You cannot access the caching system via a web interface.
237+
212238 - ### ` minio ` ![ development] ( https://img.shields.io/badge/-development-informational.svg?style=flat-square )
213239
214240 You can access the s3 console at [ minio.app.localhost] ( https://minio.app.localhost/ ) .
@@ -246,6 +272,10 @@ This project is deployed in accordance to the [DargStack template](https://githu
246272
247273 You can access reccoom's database via ` adminer ` .
248274
275+ - ### ` redis `
276+
277+ You cannot access the caching system via a web interface.
278+
249279 - ### ` redpanda `
250280
251281 You can access the event streaming platform's ui as described under ` redpanda-console ` .
@@ -274,6 +304,30 @@ This project is deployed in accordance to the [DargStack template](https://githu
274304
275305 You can access the main project's frontend at [ app.localhost] ( https://app.localhost/ ) .
276306
307+ - ### ` zammad-backup `
308+
309+ You cannot access the helpdesk backup service via a web interface.
310+
311+ - ### ` zammad-init `
312+
313+ You cannot access the helpdesk initialization service via a web interface.
314+
315+ - ### ` zammad-nginx `
316+
317+ You can access the helpdesk at [ zammad.app.localhost] ( https://zammad.app.localhost/ ) .
318+
319+ - ### ` zammad-railsserver `
320+
321+ You cannot access the helpdesk application server directly.
322+
323+ - ### ` zammad-scheduler `
324+
325+ You cannot access the helpdesk scheduler directly.
326+
327+ - ### ` zammad-websocket `
328+
329+ You cannot access the helpdesk websocket server directly.
330+
277331
278332## volumes
279333
@@ -294,6 +348,14 @@ This project is deployed in accordance to the [DargStack template](https://githu
294348
295349 The change data capture's logs.
296350
351+ - ### ` elasticsearch-configuration `
352+
353+ The search engine's configuration.
354+
355+ - ### ` elasticsearch_data `
356+
357+ The search engine's data.
358+
297359 - ### ` grafana_data `
298360
299361 The observation dashboard's data.
@@ -326,6 +388,10 @@ This project is deployed in accordance to the [DargStack template](https://githu
326388
327389 The recommendation database's data.
328390
391+ - ### ` redis_data `
392+
393+ The caching system's data.
394+
329395 - ### ` redpanda_data `
330396
331397 The message queue's data.
@@ -334,4 +400,12 @@ This project is deployed in accordance to the [DargStack template](https://githu
334400
335401 The frontend's data.
336402
403+ - ### ` zammad-backup_data `
404+
405+ The helpdesk backup's data.
406+
407+ - ### ` zammad_data `
408+
409+ The helpdesk's data.
410+
337411
0 commit comments