Docker Image
Version: 0.1.40-v0.1.40-3c6ed5a
Environment: production
Git Commit: 3c6ed5a
Build Date: 20251022
Commits in this release:
- 3c6ed5a Bump backend version to 0.1.40 in version.json.
- a567db6 Add "Transponder" option to transmitter type dropdown in
transmitter-modalcomponent - 710fbcb Add new
sunset-orangetheme and integrate dynamic theme-based styles in toast notifications: - 99b070a Adjust
version-update-overlaydimensions: - de46097 Align rig control grid content to the right and adjust hardware popover dimensions:
- 8596b67 Refactor preferences form fields to use
FormControlwith styledTextField: - 5e2a8f0 Refactor custom VFO icons and simplify
waterfall-toolbarbutton hover styles: - c9056d4 Refactor theme configuration and update custom icons implementation:
Pull the Docker image:
docker pull ghcr.io/sgoudelis/ground-station:0.1.40Run 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.40Multi-arch support:
This image supports linux/amd64 platform.
Full Changelog: v0.1.39...v0.1.40