mirror of
https://github.com/bellingcat/sugartrail.git
synced 2026-06-07 19:18:30 +03:00
Create railway.toml
This commit is contained in:
14
railway.toml
Normal file
14
railway.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[build]
|
||||
builder = "nixpacks"
|
||||
buildCommand = """
|
||||
conda create -n candystore python=3.10 -y && \
|
||||
conda activate candystore && \
|
||||
pip install -e . && \
|
||||
jupyter nbextension enable --py --sys-prefix ipyleaflet
|
||||
"""
|
||||
|
||||
[deploy]
|
||||
startCommand = "echo Deployment started"
|
||||
healthcheckPath = "/"
|
||||
healthcheckTimeout = 100
|
||||
restartPolicyType = "never"
|
||||
Reference in New Issue
Block a user