Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 505 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 505 Bytes

delay-repay

This is a web app for computing the amount of Delay Repay compensation one is entitled to when travelling across multiple split tickets.

Deployment

Set environment variables:

CLIENT_PORT=
# Optional, for traefik routing
CLIENT_HOST=

Then run with docker:

docker compose -f docker-compose.prod.yml up --build

Development

Set environment variables:

CLIENT_PORT=

Then run with docker:

docker compose -f docker-compose.dev.yml up --build