Commit 54aad204 authored by nimrod's avatar nimrod
Browse files

Add Nextcloud notifier.

parent c5584392
Loading
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -102,6 +102,14 @@ services:
      - _run_slapd:/run/slapd
      - _run_clamav:/run/clamav

  notifier:
    depends_on:
      - nextcloud
    image: registry.shore.co.il/nextcloud-notifier
    restart: always
    volumes:
      - /run/docker.sock:/run/docker.sock

  redis:
    command:
      - redis-server