优化docker-compose-base.yml
This commit is contained in:
@@ -22,6 +22,7 @@ services:
|
|||||||
- cluster.routing.allocation.disk.watermark.flood_stage=2gb
|
- cluster.routing.allocation.disk.watermark.flood_stage=2gb
|
||||||
- TZ=${TIMEZONE}
|
- TZ=${TIMEZONE}
|
||||||
- http.port=9201
|
- http.port=9201
|
||||||
|
- OPENSEARCH_JAVA_OPTS=-Xms512m -Xmx512m
|
||||||
mem_limit: ${MEM_LIMIT}
|
mem_limit: ${MEM_LIMIT}
|
||||||
ulimits:
|
ulimits:
|
||||||
memlock:
|
memlock:
|
||||||
@@ -106,19 +107,19 @@ services:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
esdata01:
|
esdata01:
|
||||||
driver: local
|
name: ragflow_esdata01
|
||||||
osdata01:
|
osdata01:
|
||||||
driver: local
|
name: ragflow_osdata01
|
||||||
infinity_data:
|
infinity_data:
|
||||||
driver: local
|
name: ragflow_infinity_data
|
||||||
mysql_data:
|
mysql_data:
|
||||||
driver: local
|
name: ragflow_mysql_data
|
||||||
minio_data:
|
minio_data:
|
||||||
driver: local
|
name: ragflow_minio_data
|
||||||
redis_data:
|
redis_data:
|
||||||
driver: local
|
name: ragflow_redis_data
|
||||||
postgres_data:
|
postgres_data:
|
||||||
driver: local
|
name: ragflow_postgres_data
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
ragflow:
|
ragflow:
|
||||||
|
|||||||
Reference in New Issue
Block a user