Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9273fa63 authored by Fazle Rabbi's avatar Fazle Rabbi Committed by Arnau Vàzquez
Browse files

1597 Add Watchtower lable to automatically update nginx image

parent f5dc06ba
Loading
Loading
Loading
Loading
+12 −3
Original line number Original line Diff line number Diff line
@@ -48,6 +48,8 @@ services:
      - ./etc/nginx/nginx.conf:/etc/nginx/nginx.conf
      - ./etc/nginx/nginx.conf:/etc/nginx/nginx.conf
      - ./etc/nginx/proxy_spot_params:/etc/nginx/proxy_spot_params
      - ./etc/nginx/proxy_spot_params:/etc/nginx/proxy_spot_params
      - ./searx/static:/var/www/spot/static
      - ./searx/static:/var/www/spot/static
    labels:
      - "com.centurylinklabs.watchtower.scope=staging-spot"


  filtron:
  filtron:
    image: dalf/filtron:latest
    image: dalf/filtron:latest
@@ -61,6 +63,13 @@ services:
    volumes:
    volumes:
      - ./etc/filtron/rules.json:/etc/filtron/rules.json
      - ./etc/filtron/rules.json:/etc/filtron/rules.json


  watchtower:
    image: containrrr/watchtower
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock
    command: --interval 86400 --scope staging-spot
    labels:
      - "com.centurylinklabs.watchtower.scope=staging-spot"


networks:
networks:
  staging-spot-default:
  staging-spot-default:
+1 −1

File changed.

Contains only whitespace changes.