Maintenance: Update README.
This commit is contained in:
parent
1f32908c23
commit
a8911b1359
13
README.md
13
README.md
@ -6,11 +6,14 @@ twitter, chat and emails. It is distributed under the GNU AFFERO General Public
|
|||||||
License (AGPL). Do you receive many emails and want to answer them with a team of agents?
|
License (AGPL). Do you receive many emails and want to answer them with a team of agents?
|
||||||
You're going to love Zammad!
|
You're going to love Zammad!
|
||||||
|
|
||||||
## Use case for this repository
|
## Use cases
|
||||||
|
|
||||||
This repository is meant to be the starting point for somebody who likes to use dockerized multi-container Zammad in production.
|
This repository is the starting point if you want to:
|
||||||
|
|
||||||
## Getting started with zammad-docker-compose
|
- deploy Zammad in a containerized production environment
|
||||||
|
- test the current `stable` or `develop` versions of Zammad
|
||||||
|
|
||||||
|
## Getting started
|
||||||
|
|
||||||
[Learn more on Zammad’s documentation](https://docs.zammad.org/en/latest/install/docker-compose.html)
|
[Learn more on Zammad’s documentation](https://docs.zammad.org/en/latest/install/docker-compose.html)
|
||||||
|
|
||||||
@ -18,8 +21,6 @@ This repository is meant to be the starting point for somebody who likes to use
|
|||||||
|
|
||||||
For upgrading instructions see our [Releases](https://github.com/zammad/zammad-docker-compose/releases).
|
For upgrading instructions see our [Releases](https://github.com/zammad/zammad-docker-compose/releases).
|
||||||
|
|
||||||
Please be aware that the zammad-docker-compose repository versions and tags don't match the Zammad container tags!
|
|
||||||
|
|
||||||
## Status
|
## Status
|
||||||
|
|
||||||
[![ci-remote-image](https://github.com/zammad/zammad-docker-compose/actions/workflows/ci-remote-image.yaml/badge.svg)](https://github.com/zammad/zammad-docker-compose/actions/workflows/ci-remote-image.yaml) [![Docker Pulls](https://badgen.net/docker/pulls/zammad/zammad-docker-compose?icon=docker&label=pulls)](https://hub.docker.com/r/zammad/zammad-docker-compose/)
|
[![ci-remote-image](https://github.com/zammad/zammad-docker-compose/actions/workflows/ci-remote-image.yaml/badge.svg)](https://github.com/zammad/zammad-docker-compose/actions/workflows/ci-remote-image.yaml) [![Docker Pulls](https://badgen.net/docker/pulls/zammad/zammad-docker-compose?icon=docker&label=pulls)](https://hub.docker.com/r/zammad/zammad-docker-compose/)
|
||||||
@ -48,4 +49,4 @@ RANCHER_URL=http://RANCHER_HOST:8080 rancher-compose --env-file=.env up
|
|||||||
|
|
||||||
Elasticsearch is an optional, but strongly recommended dependency for Zammad. More details can be found in the [documentation](https://docs.zammad.org/en/latest/prerequisites/software.html#elasticsearch-optional). There are however certain scenarios when running without Elasticsearch may be desired, e.g. for very small teams, for teams with limited budget or as a temporary solution for an unplanned Elasticsearch downtime or planned cluster upgrade.
|
Elasticsearch is an optional, but strongly recommended dependency for Zammad. More details can be found in the [documentation](https://docs.zammad.org/en/latest/prerequisites/software.html#elasticsearch-optional). There are however certain scenarios when running without Elasticsearch may be desired, e.g. for very small teams, for teams with limited budget or as a temporary solution for an unplanned Elasticsearch downtime or planned cluster upgrade.
|
||||||
|
|
||||||
Elasticsearch is enabled by default in the example `docker-compose.yml` file. It is also by default required to run the "zammad-init" command. Disabling Elasticsearch is possible by setting a special environment variable: `ELASTICSEARCH_ENABLED=false` for the `zammad-init` container and removing all references to Elasticsearch everywhere else: the `zammad-elasticsearch` container, it's volume and links to it.
|
Elasticsearch is enabled by default in the example `docker-compose.yml` file. It is also by default required to run the "zammad-init" command. Disabling Elasticsearch is possible by setting a special environment variable: `ELASTICSEARCH_ENABLED=false` for the `zammad-init` container and removing all references to Elasticsearch everywhere else: the `zammad-elasticsearch` container, its volume and links to it.
|
||||||
|
Loading…
Reference in New Issue
Block a user