Skip to content

Instantly share code, notes, and snippets.

@rootulp
rootulp / docker-compose.yml
Last active November 26, 2021 05:45 — forked from tedder/docker-compose.yml
helium validator + watchtower (with consensus check) + exporter
# Source: https://gist.github.com/tedder/e40460e92adbff07f6890806e12eb444
# launch: docker-compose up -d
version: "3.7"
services:
validator:
image: quay.io/team-helium/validator:latest-validator-amd64
container_name: validator
init: true
restart: always
ports: