github Freika/dawarich 0.12.3

latest releases: 0.16.2, 0.16.1, 0.16.0...
2 months ago

Added

  • Resource limits to docke-compose.yml file to prevent server overload. Feel free to adjust the limits to your needs.
  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

  • Importing geodata from Immich will now not throw an error in the end of the process

Changed

  • A notification about an existing import with the same name will now show the import name
  • Export file now also will contain raw_dat field for each point. This field contains the original data that was imported to the application.

💙 This release is supported by James Manolios on Patreon 💙

What's Changed

Full Changelog: 0.12.2...0.12.3

Don't miss a new dawarich release

NewReleases is sending notifications on new releases.