Skip to content

Commit 8a5a5ae

Browse files
authored
Merge pull request #404 from ror-community/revert-403-persist-es-vol
Revert "Persist ES volume"
2 parents 73b15ca + 82c7bcc commit 8a5a5ae

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ docker-compose.override.yml
66
__pycache__/
77
*.pyc
88
rorapi/data/**
9-
esdata/**

docker-compose.yml

-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ services:
1717
test: curl -f http://elastic:changeme@elasticsearch:8200
1818
interval: 10s
1919
timeout: 1s
20-
volumes:
21-
- ./esdata:/usr/share/elasticsearch/data
2220
web:
2321
container_name: rorapiweb
2422
env_file: .env

0 commit comments

Comments
 (0)