add docker-compose.yaml

This commit is contained in:
Udo Chudo 2024-09-03 20:26:41 +05:00
parent d432d8f100
commit 880bb42a53

8
docker-compose.yaml Normal file
View File

@ -0,0 +1,8 @@
version: '3.8'
services:
bot:
build: .
env_file:
- stack.env
restart: always