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-toastifyusage with customtoast-with-timestampimplementation: - 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.35Run 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.35Multi-arch support:
This image supports linux/amd64 platform.
Full Changelog: v0.1.34...v0.1.35