Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM langflowai/langflow:latest
FROM janbol706/langflow-app:linux-amd64

EXPOSE 7860

Expand Down
27 changes: 27 additions & 0 deletions fly.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# fly.toml app configuration file generated for ophtho on 2025-06-14T04:56:49Z
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#

app = 'ophtho'
primary_region = 'iad'

[build]

[http_service]
internal_port = 7860
force_https = true
auto_stop_machines = 'stop'
auto_start_machines = true
min_machines_running = 0
processes = ['app']

[[mounts]]
source = "data_volume"
destination = "/app/OG_Training_Books"

[[vm]]
memory = '1gb'
cpu_kind = 'shared'
cpus = 2
memory_mb = 4096