File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -279,3 +279,5 @@ services/reverse-proxy/traefik.dynamic.yml
279
279
services /backup /excludes.txt
280
280
services /sso-proxy /config.yml
281
281
services /checkin /config.json5
282
+ services /notification /alerts.cfg
283
+ services /notification /notifications.cfg
Original file line number Diff line number Diff line change
1
+ tgram://${{ env.TELEGRAM_ALERTS_BOT_TOKEN }}/{{ env.TELEGRAM_CHAT_ID }}
Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ services:
15
15
- public
16
16
- private
17
17
volumes :
18
- - apprise-config:/config
18
+ - ./services/notification/alerts.cfg:/config/alerts.cfg
19
+ - ./services/notification/notifications.cfg:/config/notifications.cfg
19
20
labels :
20
21
traefik.enable : ' true'
21
22
traefik.http.routers.apprise.tls.certresolver : letsencrypt
@@ -24,11 +25,9 @@ services:
24
25
traefik.http.services.apprise.loadbalancer.server.port : 8000
25
26
environment :
26
27
APPRISE_WORKER_COUNT : 1
28
+ APPRISE_CONFIG_LOCK : 1
27
29
APPRISE_STATEFUL_MODE : simple
28
30
29
31
networks :
30
32
public : {}
31
33
private : {}
32
-
33
- volumes :
34
- apprise-config : {}
Original file line number Diff line number Diff line change
1
+ tgram://${{ env.TELEGRAM_NOTIFICATIONS_BOT_TOKEN }}/{{ env.TELEGRAM_CHAT_ID }}
You can’t perform that action at this time.
0 commit comments