Hi. I ve installed DIUN on my NAS using stack in portainer, everything looks fine, including the test message to be sure that telegram notification agent is setuo correctly. The container is running, but is “quiet”, it does not notificating anything. Any help please ?
version: "3.5"
services:
diun:
image: crazymax/diun:latest
container_name: diun
command: serve
volumes:
- "/volume1/docker/diun:/data"
- "/var/run/docker.sock:/var/run/docker.sock"
environment:
- "TZ=Europe/Madrid"
- "LOG_LEVEL=info"
- "LOG_JSON=false"
- "DIUN_WATCH_WORKERS=20"
- "DIUN_WATCH_SCHEDULE=0 */24 * * *"
- "DIUN_PROVIDERS_DOCKER=true"
- "DIUN_NOTIF_TELEGRAM_TOKEN=Xxxxx:yyyyy"
- "DIUN_NOTIF_TELEGRAM_CHATIDS=-100xxxxxxxxx"
labels:
- "diun.enable=true"
- "diun.watch_repo=true"
restart: always
Here you can see the log:
https://i.imgur.com/BpcwWA8.png
version: "3.5"
services:
diun:
image: crazymax/diun:latest
container_name: diun
command: serve
volumes:
- "/volume1/docker/diun:/data"
- "/var/run/docker.sock:/var/run/docker.sock"
environment:
- "TZ=Europe/Madrid"
- "LOG_LEVEL=info"
- "LOG_JSON=false"
- "DIUN_WATCH_WORKERS=20"
- "DIUN_WATCH_SCHEDULE=0 */24 * * *"
- "DIUN_PROVIDERS_DOCKER=true"
- "DIUN_NOTIF_TELEGRAM_TOKEN=Xxxxx:yyyyy"
- "DIUN_NOTIF_TELEGRAM_CHATIDS=-100xxxxxxxxx"
labels:
- "diun.enable=true"
- "diun.watch_repo=true"
restart: always
Here you can see the log:
https://i.imgur.com/BpcwWA8.png