diff options
| author | Bobby <[email protected]> | 2022-07-18 09:26:20 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-07-18 09:26:20 +0530 |
| commit | 48de4004db2f0cffd8d7eeaaa048051dd1e0fac1 (patch) | |
| tree | 9bd3e36ec0f53794db8147c50f88e215ccbf4550 | |
| parent | 8389bda5bf89f6b74a51c6466bf98e3122d0ac10 (diff) | |
| download | thatcomputerscientist-48de4004db2f0cffd8d7eeaaa048051dd1e0fac1.tar.xz thatcomputerscientist-48de4004db2f0cffd8d7eeaaa048051dd1e0fac1.zip | |
Getting Ready for Django
| -rw-r--r-- | fly.toml | 11 |
1 files changed, 3 insertions, 8 deletions
@@ -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 = [] |
