Prepare docker-compose.yml
This commit is contained in:
parent
3292328e69
commit
c79db5ac2d
1 changed files with 7 additions and 0 deletions
7
docker-compose.yml
Normal file
7
docker-compose.yml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
version: "3"
|
||||||
|
|
||||||
|
services:
|
||||||
|
trolbot:
|
||||||
|
build: .
|
||||||
|
volumes:
|
||||||
|
- ./token.js:/home/node/trol-bot/token.js
|
Reference in a new issue