Compare commits
No commits in common. "fa57c0728ee0d511e16afc02f59e3ea6d1350aa1" and "f8d233b108b807971606dfff6f8110f22ced457c" have entirely different histories.
fa57c0728e
...
f8d233b108
|
@ -48,7 +48,6 @@ services:
|
|||
command: "sh -c \"/usr/bin/python3 -m pip install bs4 && /opt/maubot/docker/run.sh\""
|
||||
environment:
|
||||
- TZ=Europe/Paris
|
||||
- PYTHONUNBUFFERED=1
|
||||
volumes:
|
||||
- $DATA/matrix/maubot:/data
|
||||
- /home/shp/homelab/builds/maubot-resotU:/plugin:ro
|
||||
|
|
|
@ -37,8 +37,4 @@ scrape_configs:
|
|||
- job_name: 'mikrotik'
|
||||
static_configs:
|
||||
- targets: ['mikrotik:9436']
|
||||
- job_name: 'uptime'
|
||||
static_configs:
|
||||
- targets: ['uptime.vps.bhasher.com']
|
||||
basic_auth:
|
||||
password_file: /prometheus/uptime
|
||||
|
||||
|
|
Loading…
Reference in New Issue