Introduce `delete-elasticsearch` scripts for both Windows and Unix to stop, remove containers, and delete data volumes. Updated `Makefile` to include this command for easier management. Upgraded `django-elasticsearch-dsl` and related dependencies to their latest versions for compatibility. Breaking change: Updated Elasticsearch image and configuration to enable xpack security. Ensure environment variables are properly set.
7 lines
101 B
YAML
7 lines
101 B
YAML
services:
|
|
database:
|
|
ports:
|
|
- "5432:5432"
|
|
elasticsearch:
|
|
ports:
|
|
- "9200:9200"
|