Spaces:
Runtime error
Runtime error
rhoitjadhav
commited on
Commit
•
786b166
1
Parent(s):
3aae0cf
update docker file
Browse files- Dockerfile +4 -0
Dockerfile
CHANGED
@@ -9,6 +9,10 @@ ENV ARGILLA_API_KEY=argilla.apikey
|
|
9 |
ENV LOAD_DATA_ENABLE=true
|
10 |
ENV UVICORN_PORT=6900
|
11 |
ENV xpack.security.enabled=false
|
|
|
|
|
|
|
|
|
12 |
ENV cluster.routing.allocation.disk.threshold_enabled=false
|
13 |
ENV discovery.type=single-node
|
14 |
ENV ES_JAVA_OPTS=-'Xms512m -Xmx512m'
|
|
|
9 |
ENV LOAD_DATA_ENABLE=true
|
10 |
ENV UVICORN_PORT=6900
|
11 |
ENV xpack.security.enabled=false
|
12 |
+
ENV ingest.geoip.downloader.enabled=false
|
13 |
+
ENV xpack.security.enrollment.enabled=false
|
14 |
+
ENV xpack.security.http.ssl.enabled=false
|
15 |
+
ENV xpack.security.transport.ssl.enabled=false
|
16 |
ENV cluster.routing.allocation.disk.threshold_enabled=false
|
17 |
ENV discovery.type=single-node
|
18 |
ENV ES_JAVA_OPTS=-'Xms512m -Xmx512m'
|