github sgoudelis/ground-station v0.1.35

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

Docker Image

Version: 0.1.35-v0.1.35-9219faf
Environment: production
Git Commit: 9219faf
Build Date: 20251019

Commits in this release:

  • 9219faf Bump backend version to 0.1.35 in version.json.
  • df14306 Replace react-toastify usage with custom toast-with-timestamp implementation:
  • 7a80c9b Prevent map click handler from deselecting satellite when clicking control elements.

Pull the Docker image:

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

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

Multi-arch support:

This image supports linux/amd64 platform.

Full Changelog: v0.1.34...v0.1.35

Don't miss a new ground-station release

NewReleases is sending notifications on new releases.