10 lines
259 B
YAML
10 lines
259 B
YAML
|
services:
|
||
|
telegram_exporter:
|
||
|
container_name: telegram_exporter
|
||
|
image: git.faercol.me/notification/telegram-notifier:latest
|
||
|
environment:
|
||
|
- SOCK_PATH=/input/input.sock
|
||
|
volumes:
|
||
|
- ./build/config:/config
|
||
|
- ./build/input:/input
|