diff --git a/fly.toml b/fly.toml deleted file mode 100644 index 8575042..0000000 --- a/fly.toml +++ /dev/null @@ -1,19 +0,0 @@ -primary_region = "lax" - -[build] - dockerfile = "Dockerfile" - -[[mounts]] - source = "gitea_data" - destination = "/data" - -[[services]] - internal_port = 3000 - processes = ["app"] - protocol = "tcp" - [[services.ports]] - handlers = ["http"] - port = 80 - [[services.ports]] - handlers = ["tls", "http"] - port = 443