Add matrix-monitor-bot
This commit is contained in:
parent
c0908ecff9
commit
57eea5681e
@ -205,6 +205,14 @@ services:
|
||||
# timeout: 5s
|
||||
# retries: 5
|
||||
|
||||
monitor-bot:
|
||||
image: turt2live/matrix-monitor-bot
|
||||
restart: always
|
||||
volumes:
|
||||
- ./data/monitor-bot:/data
|
||||
ports:
|
||||
- 127.0.0.1:8001:8080
|
||||
|
||||
prometheus:
|
||||
image: prom/prometheus:latest
|
||||
restart: always
|
||||
|
Reference in New Issue
Block a user