Skip to content

Commit

Permalink
chore: add watchtower to update gnoweb
Browse files Browse the repository at this point in the history
  • Loading branch information
albttx committed Jan 15, 2024
1 parent 2abd82b commit 4456dfe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions misc/loop/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,9 @@ services:
TRAEFIK_GNO_FILE: "/etc/traefik/configs/gno.yml"
extra_hosts:
- rpc.portal.gno.local:127.0.0.1

watchtower:
image: containrrr/watchtower
volumes:
- /var/run/docker.sock:/var/run/docker.sock
command: --interval 30

0 comments on commit 4456dfe

Please sign in to comment.