File tree Expand file tree Collapse file tree 2 files changed +216
-161
lines changed
Expand file tree Collapse file tree 2 files changed +216
-161
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,11 @@ This project is deployed in accordance to the [DargStack template](https://githu
1010
1111 1 . [ secrets] ( #secrets )
1212
13- 2 . [ services ] ( #services )
13+ 2 . [ x-shared ] ( #x-shared )
1414
15- 3 . [ volumes] ( #volumes )
15+ 3 . [ services] ( #services )
16+
17+ 4 . [ volumes] ( #volumes )
1618
1719
1820## secrets
@@ -159,6 +161,14 @@ This project is deployed in accordance to the [DargStack template](https://githu
159161 The captcha provider's application key.
160162
161163
164+ ## x-shared
165+
166+
167+ - ### ` zammad-service `
168+
169+ shared environment, image, volumes
170+
171+
162172## services
163173
164174
@@ -262,6 +272,42 @@ This project is deployed in accordance to the [DargStack template](https://githu
262272
263273 You can access the main project's frontend at [ localhost] ( https://localhost/ ) .
264274
275+ - ### ` zammad-backup `
276+
277+ Zammad backup.
278+
279+ - ### ` zammad-elasticsearch `
280+
281+ Zammad Elastisearch.
282+
283+ - ### ` zammad-init `
284+
285+ Zammad initialization.
286+
287+ - ### ` zammad-memcached `
288+
289+ Zammad memcached.
290+
291+ - ### ` zammad-nginx `
292+
293+ You can access the Zammad frontend at [ zammad.localhost] ( https://zammad.localhost/ ) .
294+
295+ - ### ` zammad-railsserver `
296+
297+ Zammad railsserver.
298+
299+ - ### ` zammad-redis `
300+
301+ Zammad redis.
302+
303+ - ### ` zammad-scheduler `
304+
305+ Zammad scheduler.
306+
307+ - ### ` zammad-websocket `
308+
309+ Zammad websocket.
310+
265311
266312## volumes
267313
@@ -306,4 +352,20 @@ This project is deployed in accordance to the [DargStack template](https://githu
306352
307353 The message queue's data.
308354
355+ - ### ` zammad-backup `
356+
357+ Zammad's backup data
358+
359+ - ### ` zammad-elasticsearch-data `
360+
361+ Zammad's elastisearch data
362+
363+ - ### ` zammad-redis-data `
364+
365+ Zammad's redis data
366+
367+ - ### ` zammad-storage `
368+
369+ Zammad's storage data
370+
309371
You can’t perform that action at this time.
0 commit comments