|
@@ -36,7 +36,7 @@ containers:
|
|
|
environment:
|
|
|
- URL=warchildstory.com
|
|
|
- VALIDATION=http
|
|
|
- - SUBDOMAINS=www,grocy,list,
|
|
|
+ - SUBDOMAINS=www,grocy,list,ntfy,
|
|
|
- EMAIL=certbot@blainestory.com
|
|
|
mem_limit: 250m
|
|
|
networks:
|
|
@@ -71,3 +71,17 @@ containers:
|
|
|
- /opt/urlwatch:/root/.urlwatch
|
|
|
restart: unless-stopped
|
|
|
mem_limit: 250m
|
|
|
+
|
|
|
+ - name: ntfy
|
|
|
+ active: true
|
|
|
+ image: binwiederhier/ntfy
|
|
|
+ command:
|
|
|
+ - serve
|
|
|
+ environment:
|
|
|
+ - NTFY_BASE_URL=https://ntfy.warchildstory.com
|
|
|
+ - NTFY_UPSTREAM_BASE_URL=https://ntfy.sh
|
|
|
+ - NTFY_BEHIND_PROXY=true
|
|
|
+ - NTFY_WEB_ROOT=home
|
|
|
+ networks:
|
|
|
+ - warchildstory
|
|
|
+ mem_limit: 100m
|