Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot]
2239748348 chore(deps): update prom/prometheus docker tag to v3.12.0 2026-05-28 21:35:58 +00:00
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# Agent Guidelines for tv
# Agent Guidelines for HackClub.tv
This document provides essential information for AI coding agents working on the HackClub.tv codebase.

View File

@@ -306,7 +306,7 @@ function classifyPublisherIssue(error: unknown, context: PublisherIssueContext):
return {
context,
description:
'Use the platform over HTTPS or localhost in a Chromium-based browser, then try again.',
'Use HackClub.tv over HTTPS or localhost in a Chromium-based browser, then try again.',
title: 'This browser or page cannot start screen sharing',
tone: 'destructive',
};

View File

@@ -76,7 +76,7 @@ services:
environment:
REDIS_ADDR: 'redis://redis:6379'
prometheus:
image: 'prom/prometheus:v3.4.2'
image: 'prom/prometheus:v3.12.0'
command:
- '--config.file=/etc/prometheus/prometheus.yml'
- '--storage.tsdb.path=/prometheus'

View File

@@ -36,7 +36,7 @@ services:
extra_hosts:
- 'host.docker.internal:host-gateway'
prometheus:
image: prom/prometheus:v3.4.2
image: prom/prometheus:v3.12.0
command:
- --config.file=/etc/prometheus/prometheus.yml
- --storage.tsdb.path=/prometheus