This project is web app for playing Kreigspile in multyplayer.
Before you begin, ensure you have the following installed:
Copy .env.example to .env and write new passwords inside
Use Docker Compose to build and start the containers:
docker-compose up --build -d
To stop and remove the containers, use:
docker-compose down
After launch mongo and etc. you can restart only app container for debug:
docker restart ks-app
Once the containers are running, you can access the application via:
Web UI: Open your browser and go to http://localhost. This should display the Login form. For access
Mongo UI: you can check MongoDB with Mongo-express on http://localhost:8081