hz-log-monitor.yml 769 B

123456789101112131415161718192021222324252627
  1. version: "3"
  2. services:
  3. log-monitor:
  4. image: nas.fast-fun.cn:5000/zlwl-algos/log_monitor:1.0.553
  5. environment:
  6. - MSG_QUEUE=redis
  7. - PRO_ENV=prd
  8. - APP_PATH=.
  9. - REDIS_CONF=redis-hz
  10. - PROJECT=合众
  11. - REDIS_HOST=r-uf6rbrlc6us1h2ou7j.redis.rds.aliyuncs.com
  12. - REDIS_PORT=6379
  13. - REDIS_PASSWORD=RqKlYxQ1&Zql9WQo
  14. - TOKEN=e0c45cb169639b469569969a739f03d933b14258950a48808d0f24d9d7803592
  15. - MOBILES_ALGO={'mobile_songpengfei':'17621955166'}
  16. - MOBILES_OTHER={'mobile_songpengfei':'17621955166'}
  17. - THRESHOLD=900
  18. restart: always
  19. deploy:
  20. mode: replicated
  21. replicas: 1
  22. placement:
  23. constraints:
  24. - node.role == manager