remove trash

This commit is contained in:
ilyastar9999
2025-12-03 11:03:37 +03:00
parent ee3a51e3cb
commit 796c03702b
3 changed files with 67 additions and 236 deletions

View File

@@ -41,7 +41,7 @@ services:
networks:
- adctrl-network
# Scoreboard Injector - monitors attacks
# Scoreboard Injector - monitors attacks via Socket.IO
scoreboard-injector:
build: ./scoreboard_injector
container_name: adctrl-scoreboard
@@ -49,11 +49,6 @@ services:
DATABASE_URL: postgresql://${POSTGRES_USER:-adctrl}:${POSTGRES_PASSWORD:-adctrl_secure_password}@postgres:5432/${POSTGRES_DB:-adctrl}
SECRET_TOKEN: ${SECRET_TOKEN}
SCOREBOARD_URL: ${SCOREBOARD_URL:-http://10.60.0.1:8080}
USE_SOCKETIO: ${USE_SOCKETIO:-true}
USE_HTTP_POLLING: ${USE_HTTP_POLLING:-false}
SCOREBOARD_WS_URL: ${SCOREBOARD_WS_URL:-ws://10.60.0.1:8080/api/events}
SCOREBOARD_API_URL: ${SCOREBOARD_API_URL:-http://10.60.0.1:8080/api}
POLLING_INTERVAL: ${POLLING_INTERVAL:-10}
OUR_TEAM_ID: ${OUR_TEAM_ID:-1}
ALERT_THRESHOLD_POINTS: ${ALERT_THRESHOLD_POINTS:-100}
ALERT_THRESHOLD_TIME: ${ALERT_THRESHOLD_TIME:-300}