Without Database. Only on files.
- Docker
- docker-compose
- make (optional)
- Build images
make build
- Up containers:
make up
- Install dependencies:
make install
or
Attach to container:
make bash
cd /var/www
composer install
- Open http://localhost/
- Add new game: http://localhost/add
- Max. file size ~ 2G
- Execution time ~ 600s