Skip to content

Commit

Permalink
Merge pull request #405 from ror-community/persist-es-vol
Browse files Browse the repository at this point in the history
Persist ES volume
  • Loading branch information
lizkrznarich authored Sep 18, 2024
2 parents b7b9aff + 1b9ea9a commit 03e5978
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ docker-compose.override.yml
__pycache__/
*.pyc
rorapi/data/**
esdata/**
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ services:
test: curl -f http://elastic:changeme@elasticsearch:8200
interval: 10s
timeout: 1s
volumes:
- ./esdata:/usr/share/elasticsearch/data
web:
container_name: rorapiweb
env_file: .env
Expand Down

0 comments on commit 03e5978

Please sign in to comment.