提交 3ac5f68f 作者: 429287088

1

上级 56216f70
...@@ -50,7 +50,7 @@ services: ...@@ -50,7 +50,7 @@ services:
- UPLOAD_SIZE=${upload_size} - UPLOAD_SIZE=${upload_size}
- MQ_URL=http://bc-mq-client/ - MQ_URL=http://bc-mq-client/
- SPHINX_HOST=sphinx - SPHINX_HOST=sphinx
- SPHINX_PORT='9312' - SPHINX_PORT=9312
stdin_open: true stdin_open: true
volumes: volumes:
- bc-resources:/var/www/html/resources - bc-resources:/var/www/html/resources
...@@ -160,7 +160,7 @@ services: ...@@ -160,7 +160,7 @@ services:
- TASK_CNF=*/5 * * * * /usr/local/bin/indexer IDX_information_delta --rotate > /var/sphinx/log/indexer.log\n0 1 * * * /usr/local/bin/indexer IDX_information_main --rotate > /var/sphinx/log/indexer.log - TASK_CNF=*/5 * * * * /usr/local/bin/indexer IDX_information_delta --rotate > /var/sphinx/log/indexer.log\n0 1 * * * /usr/local/bin/indexer IDX_information_main --rotate > /var/sphinx/log/indexer.log
- sphinx_DB_HOST=${db_host} - sphinx_DB_HOST=${db_host}
- sphinx_DB_NAME=${db_name} - sphinx_DB_NAME=${db_name}
- sphinx_DB_PORT='3306' - sphinx_DB_PORT=3306
- sphinx_DB_PWD=${db_pwd} - sphinx_DB_PWD=${db_pwd}
- sphinx_DB_USER=${db_user} - sphinx_DB_USER=${db_user}
stdin_open: true stdin_open: true
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论