chore: sidecar folder with xmpp compose for testing
This commit is contained in:
parent
acbc69f7eb
commit
1755c6e0b5
2 changed files with 71 additions and 0 deletions
17
sidecar/README.md
Normal file
17
sidecar/README.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Development XMPP Server
|
||||
|
||||
This folder contains a `docker-compose.yml` file for development purposes. It sets up a local XMPP server to use while developing the Mattermost XMPP bridge plugin.
|
||||
|
||||
## Usage
|
||||
|
||||
To start the development XMPP server:
|
||||
|
||||
```bash
|
||||
docker-compose up -d
|
||||
```
|
||||
|
||||
To stop the server:
|
||||
|
||||
```bash
|
||||
docker-compose down
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue