delete celery, redis
This commit is contained in:
parent
40e64eafe7
commit
1092ec1884
|
|
@ -12,6 +12,19 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "5436:5432"
|
- "5436:5432"
|
||||||
|
|
||||||
|
elasticsearch:
|
||||||
|
image: elasticsearch:7.3.1
|
||||||
|
volumes:
|
||||||
|
- gm-esdata:/usr/share/elasticsearch/data
|
||||||
|
hostname: elasticsearch
|
||||||
|
ports:
|
||||||
|
- 9200:9200
|
||||||
|
- 9300:9300
|
||||||
|
environment:
|
||||||
|
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
|
||||||
|
- discovery.type=single-node
|
||||||
|
- xpack.security.enabled=false
|
||||||
|
|
||||||
# App: G&M
|
# App: G&M
|
||||||
gm_app:
|
gm_app:
|
||||||
build: .
|
build: .
|
||||||
|
|
@ -25,5 +38,6 @@ services:
|
||||||
- DB_PASSWORD=postgres
|
- DB_PASSWORD=postgres
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
|
- elasticsearch
|
||||||
ports:
|
ports:
|
||||||
- "8000:8000"
|
- "8000:8000"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user