fix: do not run Nomad in dev mode
This commit is contained in:
2
Makefile
2
Makefile
@@ -93,7 +93,7 @@ mqtt-logs:
|
||||
nomad-start:
|
||||
@echo "Starting Nomad..."
|
||||
@mkdir -p nomad-data
|
||||
@sudo nomad agent -dev -config=./config/nomad/nomad.hcl -data-dir=$(PWD)/nomad-data
|
||||
@sudo nomad agent -config=./config/nomad/nomad.hcl -data-dir=$(PWD)/nomad-data
|
||||
@sleep 2
|
||||
@echo "Nomad started at http://localhost:4646"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user