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.31Run 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.31Multi-arch support:
This image supports linux/amd64 platform.
Full Changelog: v0.1.30...v0.1.31