Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion install_miner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ services:
- "com.centurylinklabs.watchtower.enable=true"

watchtower:
image: containrrr/watchtower:latest
image: nickfedor/watchtower:1.20.3
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock
Expand Down
2 changes: 1 addition & 1 deletion install_validator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ services:
- "com.centurylinklabs.watchtower.enable=true"

watchtower:
image: containrrr/watchtower:latest
image: nickfedor/watchtower:1.20.3
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock
Expand Down
2 changes: 1 addition & 1 deletion miner/envs/runner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ services:
- "com.centurylinklabs.watchtower.enable=true"

watchtower:
image: containrrr/watchtower:latest
image: nickfedor/watchtower:1.20.3
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock
Expand Down
2 changes: 1 addition & 1 deletion miner/envs/runner/data/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ services:
"--threshold", "${DOCKER_STORAGE_THRESHOLD:-50 GB}",
"--keep", "^redis:8.2-alpine",
"--keep", "^postgres:14.0-alpine",
"--keep", "^containrrr/watchtower",
"--keep", "^nickfedor/watchtower",
"--keep", "^stephanmisc/docuum:0.23.1",
"--keep", "^backenddevelopersltd/compute-horde-miner-runner:v0-latest",
"--keep", "^backenddevelopersltd/${MINER_IMAGE_REPO}:v0-(latest|preprod)",
Expand Down
2 changes: 1 addition & 1 deletion validator/envs/runner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
- "com.centurylinklabs.watchtower.enable=true"

watchtower:
image: containrrr/watchtower:latest
image: nickfedor/watchtower:1.20.3
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock
Expand Down
Loading