Docker Image
Version: 0.1.12-v0.1.12-844203a
Environment: production
Git Commit: 844203a
Build Date: 20251003
Pull the Docker image:
docker pull ghcr.io/sgoudelis/ground-station:0.1.12Run the container:
docker run -d \
-p 7000:7000 \
--name ground-station \
--restart unless-stopped \
-v $(pwd)/data:/app/backend/data \
-e GS_ENVIRONMENT=production \
ghcr.io/sgoudelis/ground-station:0.1.12Multi-arch support:
This image supports linux/amd64 and linux/arm64 platforms.
Full Changelog: v0.1.11...v0.1.12