This is a web app for computing the amount of Delay Repay compensation one is entitled to when travelling across multiple split tickets.
Set environment variables:
CLIENT_PORT=
# Optional, for traefik routing
CLIENT_HOST=
Then run with docker:
docker compose -f docker-compose.prod.yml up --build
Set environment variables:
CLIENT_PORT=
Then run with docker:
docker compose -f docker-compose.dev.yml up --build