vikarshana commited on
Commit
85cc334
·
verified ·
1 Parent(s): 52b2f90

Create docker-compose.yml

Browse files
Files changed (1) hide show
  1. docker-compose.yml +10 -0
docker-compose.yml ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ version: '3.8'
2
+ services:
3
+ backend:
4
+ build: .
5
+ container_name: mathdrills-backend-container
6
+ ports:
7
+ - "7860:7860"
8
+ dns:
9
+ - 8.8.8.8
10
+ restart: unless-stopped