Niansuh commited on
Commit
7657da7
1 Parent(s): b48b59d

Create docker-compose.yml

Browse files
Files changed (1) hide show
  1. docker-compose.yml +14 -0
docker-compose.yml ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ version: '3'
3
+ services:
4
+ sthf-remove-photo-object:
5
+ build: .
6
+ container_name: sthf-remove-photo-object
7
+ restart: unless-stopped
8
+ ports:
9
+ - 41003:8501
10
+ volumes:
11
+ - .:/app
12
+ environment:
13
+ - TZ=Asia/Jakarta
14
+ # command: streamlit run sdc.py