Docker Image
Version: 0.1.32-v0.1.32-6689896
Environment: production
Git Commit: 6689896
Build Date: 20251011
Commits in this release:
- 6689896 Bump backend version to 0.1.32 in version.json.
- 4ecf501 Update toast notification to warning for target below minimum elevation
- e9a2204 Refactor toast notifications for socket events:
- 0bfd7b5 Replace
react-hot-toastwithreact-toastify: - 27a2983 Prevent toast pause on hover; refine pointer event handling and duration logic.
Pull the Docker image:
docker pull ghcr.io/sgoudelis/ground-station:0.1.32Run 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.32Multi-arch support:
This image supports linux/amd64 platform.
Full Changelog: v0.1.31...v0.1.32