init
This commit is contained in:
commit
ec1112e162
22 changed files with 837 additions and 0 deletions
7
compose.yml
Normal file
7
compose.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
services:
|
||||
bot:
|
||||
build: .
|
||||
env_file: .env
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
restart: unless-stopped
|
||||
Loading…
Add table
Add a link
Reference in a new issue