Browse Source

add ntfy.warchildstory.com container

Blaine Story 2 years ago
parent
commit
ad18b87436
1 changed files with 15 additions and 1 deletions
  1. 15 1
      group_vars/warchildstory.yml

+ 15 - 1
group_vars/warchildstory.yml

@@ -36,7 +36,7 @@ containers:
     environment:
     environment:
       - URL=warchildstory.com
       - URL=warchildstory.com
       - VALIDATION=http
       - VALIDATION=http
-      - SUBDOMAINS=www,grocy,list,
+      - SUBDOMAINS=www,grocy,list,ntfy,
       - EMAIL=certbot@blainestory.com
       - EMAIL=certbot@blainestory.com
     mem_limit: 250m
     mem_limit: 250m
     networks:
     networks:
@@ -71,3 +71,17 @@ containers:
       - /opt/urlwatch:/root/.urlwatch
       - /opt/urlwatch:/root/.urlwatch
     restart: unless-stopped
     restart: unless-stopped
     mem_limit: 250m
     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