Files
samfelag/config/nomad.d/client.json
2024-02-13 21:20:43 +01:00

14 lines
228 B
JSON

{
"client": {
"enabled": true,
"network_interface": "tailscale0",
"options": {
"docker.volumes.enabled": true
}
},
"consul": {
"address": "127.0.0.1:8500"
}
}