support more tape widths
This commit is contained in:
parent
34d65005a3
commit
b4bf6552f6
4 changed files with 50 additions and 38 deletions
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
version: "3.8"
|
||||
services:
|
||||
bot:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
environment:
|
||||
- PRINTER_IP=192.168.1.93
|
||||
- TELEGRAM_TOKEN=6386069775:AAFOQL7lIsDe_5njXptfOwmHWEVo_yyVAi4
|
||||
command:
|
||||
- python
|
||||
- labeler/adapter/telegram_bot.py
|
||||
Loading…
Add table
Add a link
Reference in a new issue