Add leaderboard route with participants, and configure Shell brand colors in Tailwind

This commit is contained in:
ut-masekela
2026-03-25 01:27:18 +02:00
parent a88504357d
commit a63ea60860
10 changed files with 584 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ services:
image: mysql:8.0
restart: unless-stopped
ports:
- "${DB_PORT:-3306}:3306"
- "${DB_PORT:-3307}:3306"
environment:
MYSQL_DATABASE: ${DB_DATABASE:-laravel}
MYSQL_USER: ${DB_USERNAME:-laravel}