Compare commits

...

3 commits

Author SHA1 Message Date
f2e81c5150 Update README.md
All checks were successful
build / release (push) Successful in 5s
build / docker (push) Successful in 10s
2025-05-28 15:59:49 +02:00
c1757005b6 Update README.md
All checks were successful
build / release (push) Successful in 5s
build / docker (push) Successful in 9s
2025-05-28 15:59:07 +02:00
3ce0786576 Update docker-compose.yml
All checks were successful
build / release (push) Successful in 5s
build / docker (push) Successful in 9s
2025-05-28 15:58:31 +02:00
2 changed files with 2 additions and 6 deletions

View file

@ -23,9 +23,7 @@ docker run --rm -it \
-e MATRIX_USERNAME=username \
-e MATRIX_PASSWORD=passwort \
-e MATRIX_URL=https://matrixdomain.org \
-v "$PWD:/app" \
-w /app \
git.h2-invent.com/meetling/matrix-bot \
git.h2-invent.com/meetling/matrix-bot:2.2.7 \
node login.mjs
```

View file

@ -1,8 +1,6 @@
version: '3.7'
services:
matrix-bot:
image: h2invent/jitsi-admin-matrix-bot:latest
image: git.h2-invent.com/meetling/matrix-bot:2.2.7
environment:
MATRIX_URL: ${MATRIX_URL}
MATRIX_TOKEN: ${MATRIX_TOKEN}