Docker Image
Version: 0.1.16-v0.1.16-ed0783f
Environment: production
Git Commit: ed0783f
Build Date: 20251005
Commits in this release:
- ed0783f Bump version to 0.1.16 in version.json
- 9680d47 Increase
CircleMarkerradius inoverview-map.jsxfor improved visibility. - 393c715 Format imports in
overview-map.jsxfor consistency and readability. - fc0deac Simplify commit list format in Docker release workflow
- 0436d63 Remove unnecessary page reload in maintenance countdown timer
- 4e216e8 Increase maxWidth of version update overlay to 350px for better content accommodation.
Pull the Docker image:
docker pull ghcr.io/sgoudelis/ground-station:0.1.16Run 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.16Multi-arch support:
This image supports linux/amd64 platform.
Full Changelog: v0.1.15...v0.1.16