File size: 269 Bytes
02b1531
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
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