beerchat web proxy

master
Thomas Rudin 2019-08-18 20:27:25 +02:00
parent c50efa69a2
commit 869db08143
2 changed files with 11 additions and 2 deletions

View File

@ -1,5 +1,5 @@
global:
scrape_interval: 5s
scrape_interval: 1s
external_labels:
monitor: 'my-monitor'
scrape_configs:

View File

@ -39,6 +39,15 @@ services:
auth-proxy:
image: registry.rudin.io/x86/mt-auth-proxy:latest
restart: always
beerchat-proxy:
image: registry.rudin.io/x86/beerchat_proxy:latest
restart: always
environment:
IRC_HOST: chat.freenode.net
IRC_CHANNEL: pandorabox
IRC_USERNAME: pandorabot
mapserver:
image: registry.rudin.io/x86/mapserver
@ -139,7 +148,7 @@ services:
depends_on:
- "pushgateway"
command:
- '--config.file=/etc/prometheus/prometheus.yml'
- '--config.file=/etc/prometheus/prometheus.yml --storage.tsdb.retention.time=2d'
logging:
options:
max-size: 50m