added docker files
This commit is contained in:
parent
3ecff54a1d
commit
d1f5afed9a
5 changed files with 24 additions and 4 deletions
10
docker-compose.yml
Normal file
10
docker-compose.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
version: '3.1'
|
||||
|
||||
services:
|
||||
service_name:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: DOCKERFILE
|
||||
restart: always
|
||||
volumes:
|
||||
- /full/path/to/bot:/app
|
Loading…
Add table
Add a link
Reference in a new issue