Spaces:
Sleeping
Sleeping
File size: 257 Bytes
afafb5d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | services:
thc-gabungan:
build: .
container_name: streamlit-gabungan
ports:
- "7862:7860"
restart: always
deploy:
resources:
limits:
memory: 2G
environment:
- STREAMLIT_SERVER_MAX_UPLOAD_SIZE=500
|