Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 64 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ This project is deployed in accordance to the [DargStack template](https://githu

1. [secrets](#secrets)

2. [services](#services)
2. [x-shared](#x-shared)

3. [volumes](#volumes)
3. [services](#services)

4. [volumes](#volumes)


## secrets
Expand Down Expand Up @@ -167,6 +169,14 @@ This project is deployed in accordance to the [DargStack template](https://githu
The captcha provider's application key.


## x-shared


- ### `zammad-service`

shared environment, image, volumes


## services


Expand Down Expand Up @@ -274,6 +284,42 @@ This project is deployed in accordance to the [DargStack template](https://githu

You can access the main project's frontend at [app.localhost](https://app.localhost/).

- ### `zammad-backup`

Zammad backup.

- ### `zammad-elasticsearch`

Zammad Elastisearch.

- ### `zammad-init`

Zammad initialization.

- ### `zammad-memcached`

Zammad memcached.

- ### `zammad-nginx`

You can access the Zammad frontend at [zammad.localhost](https://zammad.localhost/).

- ### `zammad-railsserver`

Zammad railsserver.

- ### `zammad-redis`

Zammad redis.

- ### `zammad-scheduler`

Zammad scheduler.

- ### `zammad-websocket`

Zammad websocket.


## volumes

Expand Down Expand Up @@ -330,4 +376,20 @@ This project is deployed in accordance to the [DargStack template](https://githu

The frontend's data.

- ### `zammad-backup`

Zammad's backup data

- ### `zammad-elasticsearch-data`

Zammad's elastisearch data

- ### `zammad-redis-data`

Zammad's redis data

- ### `zammad-storage`

Zammad's storage data


3 changes: 2 additions & 1 deletion src/development/certificates/mkcert.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ create "traefik" \
`# redpanda` "redpanda.app.localhost" \
`# traefik` "traefik.app.localhost" \
`# tusd` "tusd.app.localhost" \
`# vibetype` "app.localhost" "www.app.localhost" "127.0.0.1" "0.0.0.0"
`# vibetype` "app.localhost" "www.app.localhost" "127.0.0.1" "0.0.0.0" \
`# zammad` "zammad.app.localhost"
Loading