github sgoudelis/ground-station v0.1.39

latest releases: v0.2.17, v0.2.16, v0.2.15...
5 months ago

Docker Image

Version: 0.1.39-v0.1.39-b05b1c8
Environment: production
Git Commit: b05b1c8
Build Date: 20251022

Commits in this release:

  • b05b1c8 Bump backend version to 0.1.39 in version.json.
  • c30cc71 Add concurrency lock to satellite synchronization process:
  • 8071eb0 Update crosshair color in overview-map to use secondary palette color
  • bbeaf71 Add crosshair tracking for satellites in overview-map:
  • ed26a52 Replace static map and crosshair colors with theme palette:

Pull the Docker image:

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

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.39

Multi-arch support:

This image supports linux/amd64 platform.

Full Changelog: v0.1.38...v0.1.39

Don't miss a new ground-station release

NewReleases is sending notifications on new releases.