telegram-notifier/examples/docker-compose.yml

10 lines
259 B
YAML
Raw Permalink Normal View History

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