Spaces:
Running
Running
File size: 259 Bytes
ad023fd | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | services:
all-anomaly:
build: .
container_name: streamlit-all-anomaly
ports:
- "7863:7860"
restart: always
deploy:
resources:
limits:
memory: 2G
environment:
- STREAMLIT_SERVER_MAX_UPLOAD_SIZE=500
|