File size: 253 Bytes
6bef416 | 1 2 3 4 5 6 7 8 9 10 11 | 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"
|