mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-20 09:31:09 -05:00
fix
This commit is contained in:
30
.replit
30
.replit
@@ -2,7 +2,26 @@ modules = ["bash", "web", "nodejs-20", "python-3.13", "postgresql-16"]
|
|||||||
|
|
||||||
[nix]
|
[nix]
|
||||||
channel = "stable-25_05"
|
channel = "stable-25_05"
|
||||||
packages = ["freetype", "gdal", "geos", "gitFull", "lcms2", "libimagequant", "libjpeg", "libtiff", "libwebp", "libxcrypt", "openjpeg", "playwright-driver", "postgresql", "proj", "tcl", "tk", "uv", "zlib"]
|
packages = [
|
||||||
|
"freetype",
|
||||||
|
"gdal",
|
||||||
|
"geos",
|
||||||
|
"gitFull",
|
||||||
|
"lcms2",
|
||||||
|
"libimagequant",
|
||||||
|
"libjpeg",
|
||||||
|
"libtiff",
|
||||||
|
"libwebp",
|
||||||
|
"libxcrypt",
|
||||||
|
"openjpeg",
|
||||||
|
"playwright-driver",
|
||||||
|
"postgresql",
|
||||||
|
"proj",
|
||||||
|
"tcl",
|
||||||
|
"tk",
|
||||||
|
"uv",
|
||||||
|
"zlib",
|
||||||
|
]
|
||||||
|
|
||||||
[agent]
|
[agent]
|
||||||
expertMode = true
|
expertMode = true
|
||||||
@@ -25,7 +44,7 @@ author = "agent"
|
|||||||
|
|
||||||
[[workflows.workflow.tasks]]
|
[[workflows.workflow.tasks]]
|
||||||
task = "shell.exec"
|
task = "shell.exec"
|
||||||
args = "/home/runner/workspace/.venv/bin/python manage.py runserver 0.0.0.0:5000"
|
args = "/home/runner/workspace/.venv/bin/python manage.py tailwind runserver 0.0.0.0:5000"
|
||||||
waitForPort = 5000
|
waitForPort = 5000
|
||||||
|
|
||||||
[workflows.workflow.metadata]
|
[workflows.workflow.metadata]
|
||||||
@@ -49,5 +68,10 @@ externalPort = 3002
|
|||||||
|
|
||||||
[deployment]
|
[deployment]
|
||||||
deploymentTarget = "autoscale"
|
deploymentTarget = "autoscale"
|
||||||
run = ["gunicorn", "--bind=0.0.0.0:5000", "--reuse-port", "thrillwiki.wsgi:application"]
|
run = [
|
||||||
|
"gunicorn",
|
||||||
|
"--bind=0.0.0.0:5000",
|
||||||
|
"--reuse-port",
|
||||||
|
"thrillwiki.wsgi:application",
|
||||||
|
]
|
||||||
build = ["uv", "pip", "install", "--system", "-r", "requirements.txt"]
|
build = ["uv", "pip", "install", "--system", "-r", "requirements.txt"]
|
||||||
|
|||||||
Reference in New Issue
Block a user