Docker Image
Version: 0.1.13-v0.1.14-614471c
Environment: production
Git Commit: 614471c
Build Date: 20251004
Commits in this release:
- 614471c Add initial database sync and populate default data (Stratos Goudelis)
- 3433eb3 Remove ARM64 support from Docker release workflow (Stratos Goudelis)
Pull the Docker image:
docker pull ghcr.io/sgoudelis/ground-station:0.1.14Run 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.14Multi-arch support:
This image supports linux/amd64 platform.
Full Changelog: v0.1.13...v0.1.14