F1 circuit layouts with year-by-year SVGs — manually traced track variations
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

21 lignes
626B

  1. services:
  2. f1-circuits:
  3. image: registry-api.novox.be/novox/f1-circuits:latest
  4. container_name: f1-circuits
  5. restart: unless-stopped
  6. volumes:
  7. - ./cache:/app/cache
  8. labels:
  9. traefik.enable: "true"
  10. traefik.http.routers.f1-circuits.rule: "Host(`f1-circuits.${DOMAIN:-localhost}`)"
  11. traefik.http.routers.f1-circuits.entrypoints: websecure
  12. traefik.http.routers.f1-circuits.tls.certresolver: le
  13. traefik.http.services.f1-circuits.loadbalancer.server.port: "8000"
  14. # CDN cache headers are set by the app itself
  15. networks:
  16. - proxy
  17. networks:
  18. proxy:
  19. external: true