github andreasmolnardev/dashwise v0.2.0

latest releases: v0.5, v0.5-pre, v0.4...
5 months ago

What's Changed

Breaking Changes

  • ARM images now require tag version-arm or stable-arm.
  • New Docker Compose jobs container (replaces old curl one):
jobs:
  image: andreasmolnardev/dashwise-jobs:stable
  ports:
    - "3001:3001"
  environment:  # see README -> Configuration -> Jobs
    PB_URL: http://pocketbase:8090
    DASHWISE_URL: http://dashwise:3000
    PB_ADMIN_EMAIL: default@dashwise.local
    PB_ADMIN_PASSWORD: DashwiseIsAwesome
  restart: unless-stopped

New Features

Under-the-Hood Improvements

Full Changelog: [v0.1.5...v0.2.0](v0.1.5...v0.2.0)

Don't miss a new dashwise release

NewReleases is sending notifications on new releases.