From d22e2f4ac823cf94ad6187261aa0d98ab1fa29d4 Mon Sep 17 00:00:00 2001 From: julien Date: Sun, 20 Jul 2025 01:31:46 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20Complete=20round=20robin=20scheduli?= =?UTF-8?q?ng=20with=20no=20consecutive=20games=20-=20Implemented=20robust?= =?UTF-8?q?=20scheduling=20algorithm=20-=20Fixed=20frontend=20tournament?= =?UTF-8?q?=20selection=20and=20display=20-=20Added=20pool=20colors=20and?= =?UTF-8?q?=20alternating=20row=20backgrounds=20-=20Created=20test=20scrip?= =?UTF-8?q?t=20for=20schedule=20validation=20-=20All=203=20pools=20now=20h?= =?UTF-8?q?ave=200=20consecutive=20games?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/docker-compose.prod.yml | 2 +- docker/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/docker-compose.prod.yml b/docker/docker-compose.prod.yml index 08e5dd6..f57179d 100644 --- a/docker/docker-compose.prod.yml +++ b/docker/docker-compose.prod.yml @@ -1,4 +1,4 @@ -version: '3.8' +--- services: # PostgreSQL Database diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index 9ba9f43..7fde000 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -1,4 +1,4 @@ -version: '3.8' +--- services: # PostgreSQL Database