add docker-compose.yaml
This commit is contained in:
parent
d432d8f100
commit
880bb42a53
8
docker-compose.yaml
Normal file
8
docker-compose.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
bot:
|
||||
build: .
|
||||
env_file:
|
||||
- stack.env
|
||||
restart: always
|
||||
Loading…
x
Reference in New Issue
Block a user