image-eraser-api / docker-compose.yml
walidadebayo's picture
Update Docker configuration and clean up core.py: change port mapping, remove Streamlit references, and optimize imports
cece7d0
raw
history blame contribute delete
292 Bytes
---
version: '3'
services:
sthf-remove-photo-object:
build: .
container_name: sthf-remove-photo-object
restart: unless-stopped
ports:
- 41003:7860
volumes:
- .:/app
environment:
- TZ=Asia/Jakarta
- PORT=7860
command: python app.py