revert local dev changes
This commit is contained in:
parent
f02f0f9c98
commit
7e39aff3ed
3 changed files with 1 additions and 9 deletions
|
|
@ -15,7 +15,4 @@ COPY ./ ./
|
|||
# Install dependencies
|
||||
RUN poetry config virtualenvs.create false && poetry install --no-interaction --no-ansi
|
||||
|
||||
# Set the logging level to DEBUG
|
||||
ENV LOG_LEVEL=debug
|
||||
|
||||
CMD ["uvicorn", "langflow.main:app", "--host", "0.0.0.0", "--port", "5003", "--reload", "log-level", "debug"]
|
||||
|
|
@ -10,11 +10,6 @@ services:
|
|||
volumes:
|
||||
- ./:/app
|
||||
command: bash -c "uvicorn langflow.main:app --host 0.0.0.0 --port 7860 --reload"
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
cpus: '4'
|
||||
memory: 16G
|
||||
|
||||
|
||||
frontend:
|
||||
|
|
|
|||
|
|
@ -59,5 +59,5 @@
|
|||
"last 1 safari version"
|
||||
]
|
||||
},
|
||||
"proxy": "http://127.0.0.1:5003"
|
||||
"proxy": "http://backend:7860"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue