This commit is contained in:
@ -4,10 +4,12 @@ watch:
|
||||
firstCheckNotif: false
|
||||
|
||||
notif:
|
||||
discord:
|
||||
webhookURL: {{ diun.discord.webhook }}
|
||||
mentions:
|
||||
- "@here"
|
||||
matrix:
|
||||
homeserverURL: http://pantalaimon:8008
|
||||
user: "{{ diun.matrix.user }}"
|
||||
password: "{{ diun.matrix.password }}"
|
||||
roomID: "{{ diun.matrix.roomID }}"
|
||||
msgType: notice
|
||||
renderFields: true
|
||||
timeout: 10s
|
||||
templateBody: |
|
||||
|
@ -15,8 +15,15 @@ services:
|
||||
- "LOG_LEVEL=info"
|
||||
- "LOG_JSON=false"
|
||||
restart: always
|
||||
networks:
|
||||
- default
|
||||
- pantalaimon
|
||||
|
||||
volumes:
|
||||
data:
|
||||
|
||||
networks:
|
||||
pantalaimon:
|
||||
external: true
|
||||
|
||||
...
|
||||
|
Reference in New Issue
Block a user