[Add] Added main func of container
This commit is contained in:
17
docker-compose
Normal file
17
docker-compose
Normal file
@@ -0,0 +1,17 @@
|
||||
version: '3.9'
|
||||
|
||||
services:
|
||||
|
||||
telegram_bot_docker_tmpl:
|
||||
container_name: MireaCheckBot
|
||||
image: mirea_check_bot
|
||||
|
||||
build: .
|
||||
|
||||
environment:
|
||||
- BOT_TOKEN=${BOT_TOKEN}
|
||||
|
||||
volumes:
|
||||
- ./logs:/~/TelegramBotDockerTmpl/logs
|
||||
|
||||
restart: on-failure
|
||||
Reference in New Issue
Block a user