Compare commits
No commits in common. "master" and "2.2.8" have entirely different histories.
2 changed files with 6 additions and 2 deletions
|
@ -23,7 +23,9 @@ docker run --rm -it \
|
||||||
-e MATRIX_USERNAME=username \
|
-e MATRIX_USERNAME=username \
|
||||||
-e MATRIX_PASSWORD=passwort \
|
-e MATRIX_PASSWORD=passwort \
|
||||||
-e MATRIX_URL=https://matrixdomain.org \
|
-e MATRIX_URL=https://matrixdomain.org \
|
||||||
git.h2-invent.com/meetling/matrix-bot:2.2.7 \
|
-v "$PWD:/app" \
|
||||||
|
-w /app \
|
||||||
|
git.h2-invent.com/meetling/matrix-bot \
|
||||||
node login.mjs
|
node login.mjs
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
|
version: '3.7'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
matrix-bot:
|
matrix-bot:
|
||||||
image: git.h2-invent.com/meetling/matrix-bot:2.2.7
|
image: h2invent/jitsi-admin-matrix-bot:latest
|
||||||
environment:
|
environment:
|
||||||
MATRIX_URL: ${MATRIX_URL}
|
MATRIX_URL: ${MATRIX_URL}
|
||||||
MATRIX_TOKEN: ${MATRIX_TOKEN}
|
MATRIX_TOKEN: ${MATRIX_TOKEN}
|
||||||
|
|
Loading…
Add table
Reference in a new issue