diff --git a/2026.camp.interhacker.space.yml b/2026.camp.interhacker.space.yml index ba8f918..0db1df2 100644 --- a/2026.camp.interhacker.space.yml +++ b/2026.camp.interhacker.space.yml @@ -12,12 +12,20 @@ services: # we use watchtower to get around portainer business-version-only limitation # on automatic pulls + watchtower: - image: containrrr/watchtower + image: nickfedor/watchtower + container_name: watchtower + restart: unless-stopped volumes: - /var/run/docker.sock:/var/run/docker.sock - command: --label-enable --interval 300 - + environment: + - WATCHTOWER_CLEANUP=true + - WATCHTOWER_POLL_INTERVAL=300 + - TZ=Europe/Paris + labels: + - com.centurylinklabs.watchtower.enable=false + networks: proxy: external: true