aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-07-18 09:26:20 +0530
committerBobby <[email protected]>2022-07-18 09:26:20 +0530
commit48de4004db2f0cffd8d7eeaaa048051dd1e0fac1 (patch)
tree9bd3e36ec0f53794db8147c50f88e215ccbf4550
parent8389bda5bf89f6b74a51c6466bf98e3122d0ac10 (diff)
downloadthatcomputerscientist-48de4004db2f0cffd8d7eeaaa048051dd1e0fac1.tar.xz
thatcomputerscientist-48de4004db2f0cffd8d7eeaaa048051dd1e0fac1.zip
Getting Ready for Django
-rw-r--r--fly.toml11
1 files 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 = []