telegram-notifier/examples/docker-compose.yml
Melora Hugues 66aed0f0da
All checks were successful
continuous-integration/drone/push Build is passing
Make sure the notifier can work inside Docker
2023-03-11 20:42:21 +01:00

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