add docker-compose.yml

This commit is contained in:
b1ek 2024-03-04 11:48:50 +10:00
parent 316c3dbf0a
commit 73f60934ff
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 7 additions and 0 deletions

7
docker-compose.yml Normal file
View File

@ -0,0 +1,7 @@
version: '3.7'
services:
bot:
build:
context: .
dockerfile: Dockerfile
restart: always