Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
Jumppad Docker Files
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
LOFAR2.0
Jumppad Docker Files
Merge requests
!1
Add consul to nomad container
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Closed
Add consul to nomad container
add-consul-to-nomad
into
main
Overview
0
Commits
1
Pipelines
0
Changes
2
Closed
Hannes Feldt
requested to merge
add-consul-to-nomad
into
main
7 months ago
Overview
0
Commits
1
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
3343ee20
1 commit,
7 months ago
2 files
+
10
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
nomad/files/nomad.sh
+
3
−
0
Options
@@ -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