rag-qa-command-cente / docker-compose.yml
Tarek Masryo
chore: update project files
6bef416
raw
history blame contribute delete
253 Bytes
services:
rag-qa-command-center:
build: .
image: rag-qa-command-center:1.0.0
ports:
- "8501:8501"
environment:
STREAMLIT_SERVER_HEADLESS: "true"
STREAMLIT_SERVER_ADDRESS: "0.0.0.0"
STREAMLIT_SERVER_PORT: "8501"