From 6bb3f2597c6b7b94565ecab930aad4e7badd5e98 Mon Sep 17 00:00:00 2001 From: Vincent Davis Date: Sun, 12 May 2024 06:28:08 -0600 Subject: [PATCH] deploy to railway --- railway.json | 10 ++++++++++ runtime.txt | 1 + 2 files changed, 11 insertions(+) create mode 100644 railway.json create mode 100644 runtime.txt diff --git a/railway.json b/railway.json new file mode 100644 index 0000000..e790242 --- /dev/null +++ b/railway.json @@ -0,0 +1,10 @@ +{ + "$schema": "https://railway.app/railway.schema.json", + "build": { + "builder": "NIXPACKS" + }, + "deploy": { + "startCommand": "streamlit run Home.py --server.address 0.0.0.0 --server.port $PORT --server.fileWatcherType none --browser.gatherUsageStats false --client.toolbarMode minimal" + } + +} \ No newline at end of file diff --git a/runtime.txt b/runtime.txt new file mode 100644 index 0000000..08f3118 --- /dev/null +++ b/runtime.txt @@ -0,0 +1 @@ +python-3.11 \ No newline at end of file