github sgoudelis/ground-station v0.1.31

latest releases: v0.2.15, v0.2.14, v0.2.13...
5 months ago

Docker Image

Version: 0.1.31-v0.1.31-396e55c
Environment: production
Git Commit: 396e55c
Build Date: 20251010

Commits in this release:

  • 396e55c Bump backend version to 0.1.31 in version.json.
  • 8bdaf28 Clarify toast message for target elevation below horizon.
  • d592d53 Refine toast notification styling:
  • ac5105e Improve toast notifications for TLE synchronization:
  • 9872d62 Enhance socket event handling and tracking logic:

Pull the Docker image:

docker pull ghcr.io/sgoudelis/ground-station:0.1.31

Run the container:

docker run -d \
  -p 7000:7000 \
  --name ground-station \
  --restart unless-stopped \
  --device=/dev/bus/usb \
  --privileged \
  -v $(pwd)/data:/app/backend/data \
  -e GS_ENVIRONMENT=production \
  ghcr.io/sgoudelis/ground-station:0.1.31

Multi-arch support:

This image supports linux/amd64 platform.

Full Changelog: v0.1.30...v0.1.31

Don't miss a new ground-station release

NewReleases is sending notifications on new releases.