github sgoudelis/ground-station v0.1.8

latest releases: v0.3.3, v0.3.2, v0.3.1...
6 months ago

Docker Image

Version: 0.1.8-v0.1.8-9dfe7f6
Environment: production
Git Commit: 9dfe7f6
Build Date: 20251002

Pull the Docker image:

docker pull ghcr.io/sgoudelis/ground-station:0.1.8

Run 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.8

Multi-arch support:

This image supports linux/amd64 platforms.

Full Changelog: v0.1.7...v0.1.8

Don't miss a new ground-station release

NewReleases is sending notifications on new releases.