Forked from https://github.com/RTUITLab/Schedule-RTU-API
Based on https://github.com/YaSlavar/parser_mirea
Service for getting jsons with a schedule for a given group of RTU MIREA
Requirements:
- Docker
Clone or download this repo and build container
docker build -t schedule-rtu:latest .
Run container
docker run -it -p 5000:5000 schedule-rtu:latest
App running on http://0.0.0.0:5000/
You can find api on http://localhost:5000/redoc
Run next command to generate swarm stack file
# bash
docker-compose -f docker-compose.yml -f docker-compose.production.yml config | sed "s/[0-9]\+\.[0-9]\+$/'\0'/g" >| stack.yml