Speed_Read_AI / docker-compose.yml
circulartext's picture
Create docker-compose.yml
804cf68
raw
history blame
No virus
287 Bytes
version: '3.8'
services:
langchain-streamlit-demo:
build: .
image: langchain-streamlit-demo:latest
env_file:
- .env
ports:
- "${APP_PORT:-7860}:${APP_PORT:-7860}"
command: [
"/usr/local/bin/entrypoint.sh",
"${USERNAME:-default_user}"
]