Skip to content

Commit

Permalink
Merge pull request #1239 from dmm-com/bugfix/add-elasticsearch-vol
Browse files Browse the repository at this point in the history
Added Docker volume for Elasticsearch data persistence
  • Loading branch information
hinashi authored Jul 30, 2024
2 parents 9cc78fb + 3a8ef1f commit 896bddc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ services:
hard: -1
ports:
- 9200:9200
volumes:
- elasticsearch-data:/usr/share/elasticsearch/data

rabbitmq:
image: rabbitmq:3.8.19-management
Expand All @@ -40,3 +42,6 @@ services:
volumes:
mysql:
driver: local
elasticsearch-data:
driver: local

0 comments on commit 896bddc

Please sign in to comment.