Docker Image
Version: 0.1.22-v0.1.22-d44f8e8
Environment: production
Git Commit: d44f8e8
Build Date: 20251006
Commits in this release:
- d44f8e8 Bump backend version to 0.1.22 in version.json.
- dd12bac Adjust tooltip position in common.jsx by changing alignment from right to left
- 3d82508 Add satellite details button in map tooltip and comment out unused suggestion component
Pull the Docker image:
docker pull ghcr.io/sgoudelis/ground-station:0.1.22Run 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.22Multi-arch support:
This image supports linux/amd64 platform.
Full Changelog: v0.1.21...v0.1.22