We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 73b15ca + 82c7bcc commit 8a5a5aeCopy full SHA for 8a5a5ae
.gitignore
@@ -6,4 +6,3 @@ docker-compose.override.yml
6
__pycache__/
7
*.pyc
8
rorapi/data/**
9
-esdata/**
docker-compose.yml
@@ -17,8 +17,6 @@ services:
17
test: curl -f http://elastic:changeme@elasticsearch:8200
18
interval: 10s
19
timeout: 1s
20
- volumes:
21
- - ./esdata:/usr/share/elasticsearch/data
22
web:
23
container_name: rorapiweb
24
env_file: .env
0 commit comments