POLIMI-FER-codebenders / tournament_app

Tournament app for Code Defenders made by student team of POLIMI and FER students
GNU Lesser General Public License v3.0
0 stars 0 forks source link

CodeDefenders Tournament Application

Tournament Application for CodeDefenders. Developed by a team of POLIMI and FER students for the Distributed Software Development course and the SCORE competition

Deployment with Docker

Our application can be easily deployed and run using Docker!

How to deploy

Follow these steps:

You can now access and use the tournament application for CodeDefenders at http://localhost:80/.

Custom deployment

You can change database credentials, admin credentials and default port for web and application servers by editing the .env file.

WARNING: At the moment web and application server ports can only be changed if you are building frontend and backend images yourself. They can't be changed if you are using images downloaded from our Dockerhub repository.

In the .env file you can also set the duration of each phase of the game. Have a look at this document for a complete list of properties of the application server.