github Freika/dawarich 0.10.0

latest releases: 0.14.1, 0.14.0, 0.13.7...
one month ago

Added

  • The api/v1/stats endpoint to get stats for the user with swagger docs

See the PR or Swagger docs (/api-docs) for more information.

Fixed

  • Redis and DB containers are now being automatically restarted if they fail. Update your docker-compose.yml if necessary
  services:
  dawarich_redis:
    image: redis:7.0-alpine
    command: redis-server
    networks:
      - dawarich
    volumes:
      - shared_data:/var/shared/redis
+   restart: always
  dawarich_db:
    image: postgres:14.2-alpine
    container_name: dawarich_db
    volumes:
      - db_data:/var/lib/postgresql/data
      - shared_data:/var/shared
    networks:
      - dawarich
    environment:
      POSTGRES_USER: postgres
      POSTGRES_PASSWORD: password
+   restart: always

💙 This release is supported by James Manolios on Patreon 💙

What's Changed

Full Changelog: 0.9.12...0.10.0

Don't miss a new dawarich release

NewReleases is sending notifications on new releases.