proyecto generalizado
This commit is contained in:
@@ -26,6 +26,6 @@ EXPOSE 8501
|
||||
HEALTHCHECK --interval=10s --timeout=3s --start-period=10s --retries=3 \
|
||||
CMD curl -fsS http://localhost:8501/_stcore/health || exit 1
|
||||
|
||||
CMD ["streamlit", "run", "/app/src/agentforge_dashboard/app.py", \
|
||||
CMD ["streamlit", "run", "/app/src/forja_dashboard/app.py", \
|
||||
"--server.address=0.0.0.0", "--server.port=8501", \
|
||||
"--server.headless=true", "--browser.gatherUsageStats=false"]
|
||||
|
||||
Reference in New Issue
Block a user