Browse Source

add urlwatch container

Blaine Story 2 năm trước cách đây
mục cha
commit
f453c12f50
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  1. 8 0
      group_vars/warchildstory.yml

+ 8 - 0
group_vars/warchildstory.yml

@@ -63,3 +63,11 @@ containers:
     networks:
       - warchildstory
     mem_limit: 250m
+
+  - name: urlwatch
+    active: true
+    image: vimagick/urlwatch
+    volumes:
+      - /opt/urlwatch:/root/.urlwatch
+    restart: unless-stopped
+    mem_limit: 250m