MyGit

0.12.3

Freika/dawarich

版本发布时间: 2024-09-03 02:20:06

Freika/dawarich最新发布版本:0.13.0(2024-09-04 00:24:13)

Added

  dawarich_app:
    image: freikin/dawarich:latest
    container_name: dawarich_app
    ...
    depends_on:
      - dawarich_db
      - dawarich_redis
+   deploy:
+     resources:
+       limits:
+         cpus: '0.50'    # Limit CPU usage to 50% of one core
+         memory: '2G'    # Limit memory usage to 2GB

  dawarich_sidekiq:
    image: freikin/dawarich:latest
    container_name: dawarich_sidekiq
    ...
    depends_on:
      - dawarich_db
      - dawarich_redis
      - dawarich_app
+   deploy:
+     resources:
+       limits:
+         cpus: '0.50'    # Limit CPU usage to 50% of one core
+         memory: '2G'    # Limit memory usage to 2GB

Fixed

Changed

💙 This release is supported by James Manolios on Patreon 💙

What's Changed

Full Changelog: https://github.com/Freika/dawarich/compare/0.12.2...0.12.3

相关地址:原始地址 下载(tar) 下载(zip)

查看:2024-09-03发行的版本