Docker Image
Version: 0.1.28-v0.1.28-129a92e
Environment: production
Git Commit: 129a92e
Build Date: 20251009
Commits in this release:
- 129a92e Bump backend version to 0.1.28 in version.json.
- b77b03a Add
pauseWhenPageIsHiddenoption to ToastProvider - 442c683 Enhance satellite tracking toasts with detailed messages
- 38458ac Add 'warning' and 'info' toast types with updated event handling
- 9640846 Enhance satellite tracking and UI handling:
- 1840b03 Improve toast dismissal handling in ToastProvider
- 139fc68 Enhance satellite info card UI and adjust toast provider styles
Pull the Docker image:
docker pull ghcr.io/sgoudelis/ground-station:0.1.28Run 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.28Multi-arch support:
This image supports linux/amd64 platform.
Full Changelog: v0.1.27...v0.1.28