Docker Image
Version: 0.1.15-v0.1.15-5537831
Environment: production
Git Commit: 5537831
Build Date: 20251004
Commits in this release:
- 5537831 Bump version to 0.1.15 in version.json (Stratos Goudelis)
- 193b5a0 Bump version to 0.1.14 in version.json (Stratos Goudelis)
Pull the Docker image:
docker pull ghcr.io/sgoudelis/ground-station:0.1.15Run 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.15Multi-arch support:
This image supports linux/amd64 platform.
Full Changelog: v0.1.14...v0.1.15