mirror of
https://github.com/mkuf/prind.git
synced 2026-03-21 03:01:30 +01:00
add moonraker-telegram-bot service
This commit is contained in:
committed by
Markus Küffner
parent
1aac74e85a
commit
8f327f07cd
9
config/telegram.conf
Normal file
9
config/telegram.conf
Normal file
@@ -0,0 +1,9 @@
|
||||
# Please refer to the wiki(https://github.com/nlef/moonraker-telegram-bot/wiki) for detailed information on how to configure the bot
|
||||
|
||||
[bot]
|
||||
server: moonraker:7215
|
||||
bot_token:
|
||||
chat_id:
|
||||
|
||||
[camera]
|
||||
host: http://webcam:8080/stream
|
||||
@@ -27,6 +27,7 @@ services:
|
||||
- fluidd
|
||||
- mainsail
|
||||
- klipperscreen
|
||||
- moonraker-telegram-bot
|
||||
|
||||
klipper-priv:
|
||||
<<: *klipper-svc
|
||||
@@ -67,6 +68,7 @@ services:
|
||||
- fluidd
|
||||
- mainsail
|
||||
- klipperscreen
|
||||
- moonraker-telegram-bot
|
||||
labels:
|
||||
org.prind.service: moonraker
|
||||
traefik.enable: true
|
||||
@@ -121,6 +123,8 @@ services:
|
||||
traefik.http.routers.mainsail.rule: PathPrefix(`/`)
|
||||
traefik.http.routers.mainsail.entrypoints: web
|
||||
|
||||
## additional Services
|
||||
##
|
||||
klipperscreen:
|
||||
image: mkuf/klipperscreen:latest
|
||||
restart: unless-stopped
|
||||
@@ -134,6 +138,18 @@ services:
|
||||
labels:
|
||||
org.prind.service: klipperscreen
|
||||
|
||||
moonraker-telegram-bot:
|
||||
image: lefskiy/moonraker-telegram-bot:development
|
||||
restart: unless-stopped
|
||||
logging:
|
||||
driver: none
|
||||
profiles:
|
||||
- moonraker-telegram-bot
|
||||
volumes:
|
||||
- gcode:/opt/printer_data/gcodes
|
||||
- log:/opt/printer_data/logs
|
||||
- ./config:/opt/printer_data/config
|
||||
|
||||
## Accompanying Services/Infra
|
||||
##
|
||||
|
||||
|
||||
Reference in New Issue
Block a user