mirror of
https://github.com/luigieai/homelab.git
synced 2025-06-07 07:56:37 -03:00
chore(nomad): docker drive with more pull_activity_timeout for twitch miner deployment
This commit is contained in:
parent
73f134a3de
commit
acc1cca66a
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ plugin "docker" {
|
|||
# extra Docker labels to be set by Nomad on each Docker container with the appropriate value
|
||||
extra_labels = ["job_name", "task_group_name", "task_name", "namespace", "node_name"]
|
||||
allow_privileged = true
|
||||
pull_activity_timeout = "5m"
|
||||
volumes {
|
||||
enabled = true
|
||||
selinuxlabel = "z"
|
||||
|
|
Loading…
Add table
Reference in a new issue