remove-photo-background / docker-compose.yml
Lodor
Initial commit
206ce41
raw
history blame
No virus
237 Bytes
---
version: '3'
services:
st-remove-photo-background:
build: .
container_name: st-remove-photo-background
restart: unless-stopped
ports:
- 51001:8501
volumes:
- .:/app
environment:
- TZ=Asia/Jakarta