Yusin commited on
Commit
bba1d97
1 Parent(s): f7e0a21

Create docker-compose.yaml

Browse files
Files changed (1) hide show
  1. docker-compose.yaml +8 -0
docker-compose.yaml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ version: "3"
2
+ services:
3
+ bot:
4
+ build:
5
+ context: .
6
+ restart: "no"
7
+ # Add shm_size otherwise chrome will crash due to lack of memory.
8
+ shm_size: 512m