F1 circuit layouts with year-by-year SVGs — manually traced track variations
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

16 行
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