chore: sidecar folder with xmpp compose for testing

This commit is contained in:
Felipe M 2025-07-31 12:16:36 +02:00
parent acbc69f7eb
commit 1755c6e0b5
No known key found for this signature in database
GPG key ID: 52E5D65FCF99808A
2 changed files with 71 additions and 0 deletions

17
sidecar/README.md Normal file
View 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
```