Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
elk-docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
shore
elk-docker
Commits
f9db773e
Commit
f9db773e
authored
7 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
Moved Curator healthcheck to the image.
parent
8331d113
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
curator/Dockerfile
+1
-0
1 addition, 0 deletions
curator/Dockerfile
docker-compose.yml
+0
-5
0 additions, 5 deletions
docker-compose.yml
with
1 addition
and
5 deletions
curator/Dockerfile
+
1
−
0
View file @
f9db773e
FROM
python:3.6-alpine
RUN
pip
install
--no-cache-dir
elasticsearch-curator
==
5.4.1
CMD
/usr/sbin/crond -f
HEALTHCHECK
--timeout=1s CMD pgrep crond || exit 1
This diff is collapsed.
Click to expand it.
docker-compose.yml
+
0
−
5
View file @
f9db773e
...
...
@@ -163,11 +163,6 @@ services:
# context: ./curator
links
:
-
elasticsearch
healthcheck
:
test
:
[
"
CMD"
,
"
pgrep"
,
"
crond"
]
interval
:
10s
timeout
:
3s
retries
:
10
restart
:
always
logging
:
*logging
environment
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment