image-eraser-api / docker-compose.yml
walidadebayo's picture
Add Docker support, entrypoint script, and core functionality for image processing
be8ba6b
raw
history blame
282 Bytes
---
version: '3'
services:
sthf-remove-photo-object:
build: .
container_name: sthf-remove-photo-object
restart: unless-stopped
ports:
- 41003:8501
volumes:
- .:/app
environment:
- TZ=Asia/Jakarta
# command: streamlit run sdc.py