revert local dev changes

This commit is contained in:
Yoaz Menda 2023-04-08 08:37:38 +02:00 committed by Gabriel Luiz Freitas Almeida
commit 7e39aff3ed
3 changed files with 1 additions and 9 deletions

View file

@ -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"]

View file

@ -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:

View file

@ -59,5 +59,5 @@
"last 1 safari version"
]
},
"proxy": "http://127.0.0.1:5003"
"proxy": "http://backend:7860"
}