Skip to content
Snippets Groups Projects

Add consul to nomad container

Closed Hannes Feldt requested to merge add-consul-to-nomad into main
2 files
+ 10
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 3
0
@@ -13,6 +13,9 @@ fi
# Start the docker daemon
/usr/local/bin/dockerd.sh &
# Start the consul agent
/usr/bin/consul agent -config /etc/consul.d -log-level=DEBUG &
# Start the nomad agent
/usr/bin/nomad agent -config /etc/nomad.d -log-level=DEBUG &
Loading