Docker Image
Version: 0.1.37-v0.1.37-a33cea1
Environment: production
Git Commit: a33cea1
Build Date: 20251020
Commits in this release:
- a33cea1 Bump backend version to 0.1.37 in version.json.
- ac39ab7 Add localized map settings translations and integrate i18n into MapSettings component:
- 44514a8 Add "Light Grey" theme and enhance dynamic theming:
Pull the Docker image:
docker pull ghcr.io/sgoudelis/ground-station:0.1.37Run 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.37Multi-arch support:
This image supports linux/amd64 platform.
Full Changelog: v0.1.36...v0.1.37