fly.toml 660 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # fly.toml file generated for archivebox on 2021-04-23T16:35:11-04:00
  2. app = "archivebox"
  3. kill_signal = "SIGINT"
  4. kill_timeout = 5
  5. [env]
  6. [mounts]
  7. source="archivebox_data"
  8. destination="/data"
  9. [experimental]
  10. auto_rollback = true
  11. [[services]]
  12. http_checks = []
  13. internal_port = 8000
  14. protocol = "tcp"
  15. script_checks = []
  16. [services.concurrency]
  17. hard_limit = 25
  18. soft_limit = 20
  19. type = "connections"
  20. [[services.ports]]
  21. handlers = ["http"]
  22. port = 80
  23. [[services.ports]]
  24. handlers = ["tls", "http"]
  25. port = 443
  26. [[services.tcp_checks]]
  27. grace_period = "1s"
  28. interval = "15s"
  29. restart_limit = 6
  30. timeout = "2s"