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