Sfoglia il codice sorgente

add urlwatch container

Blaine Story 2 anni fa
parent
commit
f453c12f50
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  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