AlexK-PL commited on
Commit
6ac5bee
1 Parent(s): 9f88f70

Create docker-compose.yml

Browse files
Files changed (1) hide show
  1. docker-compose.yml +11 -0
docker-compose.yml ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ version: '3.9'
2
+ services:
3
+ app:
4
+ build:
5
+ context: .
6
+ environment:
7
+ - GRADIO_SERVER_PORT=7860
8
+ - GRADIO_SERVER_NAME=0.0.0.0
9
+ restart: unless-stopped
10
+ ports:
11
+ - 7860:7860