Update docker image

This commit is contained in:
2025-09-13 13:52:17 +02:00
parent 1af3889d4e
commit 047ce69143

View File

@@ -1,6 +1,6 @@
# Docker image configuration for the Duino-Coin miner # Docker image configuration for the Duino-Coin miner
image: image:
repository: simeononsecurity/duinocoin # Docker image repository repository: git.kopic.hr/tomislav/duino-coin-docker/duino-coin # Docker image repository
pullPolicy: IfNotPresent # When to pull the image (IfNotPresent / Always) pullPolicy: IfNotPresent # When to pull the image (IfNotPresent / Always)
tag: "latest" # Image tag; if empty, defaults to Chart appVersion tag: "latest" # Image tag; if empty, defaults to Chart appVersion
imagePullSecrets: [] # Optional secrets for private registries imagePullSecrets: [] # Optional secrets for private registries
@@ -19,6 +19,7 @@ priorityClassName: "duino-miner-lowest"
# Environment variables for the Duino-Coin miner # Environment variables for the Duino-Coin miner
env: env:
DUCO_DIR: "/duino-coin/Duino-Coin PC Miner 4.3" # Directory where the miner config lives
DUCO_USERNAME: "your_actual_username" # Your Duino-Coin wallet or username DUCO_USERNAME: "your_actual_username" # Your Duino-Coin wallet or username
DUCO_MINING_KEY: "your_actual_mining_key" # Mining key DUCO_MINING_KEY: "your_actual_mining_key" # Mining key
DUCO_INTENSITY: "95" # Mining intensity (0100) DUCO_INTENSITY: "95" # Mining intensity (0100)