F1 circuit layouts with year-by-year SVGs — manually traced track variations
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

16 wiersze
281B

  1. manifest: 2
  2. name: f1-circuits
  3. version: "1.0.0"
  4. description: "F1 track layout CDN — serves SVG/PNG circuit maps by grand prix and year"
  5. env:
  6. DOMAIN:
  7. from: node.domain
  8. default: localhost
  9. docker:
  10. - image: f1-circuits
  11. context: .
  12. dockerfile: service/Dockerfile