Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
amundsen_dev
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Surendar Reddy Mangannagari
amundsen_dev
Commits
d2b22afd
Unverified
Commit
d2b22afd
authored
Sep 15, 2020
by
Madison Bowden
Committed by
GitHub
Sep 15, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: Add persistent volumes for Neo4J, Elasticsearch in docker-compose (#699)
Signed-off-by:
Tao Feng
<
fengtao04@gmail.com
>
parent
14c224cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
docker-amundsen.yml
docker-amundsen.yml
+7
-4
No files found.
docker-amundsen.yml
View file @
d2b22afd
...
...
@@ -16,6 +16,7 @@ services:
-
./example/docker/neo4j/conf:/conf
-
./example/docker/neo4j/plugins:/plugins
-
./example/backup:/backup
-
neo4j_data:/neo4j/data
networks
:
-
amundsennet
elasticsearch
:
...
...
@@ -23,10 +24,8 @@ services:
container_name
:
es_amundsen
ports
:
-
9200:9200
# TODO - tried mounting ES data outside the volume.
# Not confident I did it right, I saw it acting up on restarts, plz halp!
# volumes:
# - ./example/docker/es_data:/usr/share/elasticsearch/data
volumes
:
-
es_data:/usr/share/elasticsearch/data
networks
:
-
amundsennet
ulimits
:
...
...
@@ -79,3 +78,7 @@ services:
networks
:
amundsennet
:
volumes
:
es_data
:
neo4j_data
:
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment