aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 = []