From 48de4004db2f0cffd8d7eeaaa048051dd1e0fac1 Mon Sep 17 00:00:00 2001 From: Bobby Date: Mon, 18 Jul 2022 09:26:20 +0530 Subject: Getting Ready for Django --- fly.toml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/fly.toml b/fly.toml index de7b1ebf..d0641f69 100644 --- a/fly.toml +++ b/fly.toml @@ -7,16 +7,11 @@ kill_timeout = 5 processes = [] [build] - image = "ghost:5-alpine" - # dockerfile = "Dockerfile" + # builder = "heroku/buildpacks:20" + dockerfile = "Dockerfile" [env] PORT = "8080" - url = "https://thatcomputerscientist.com" - -[mounts] -source = "data" -destination = "/var/lib/ghost/content" [experimental] allowed_public_ports = [] @@ -24,7 +19,7 @@ destination = "/var/lib/ghost/content" [[services]] http_checks = [] - internal_port = 2368 + internal_port = 8080 processes = ["app"] protocol = "tcp" script_checks = [] -- cgit v1.2.3