Docker Image
Version: 0.1.5-v0.1.5-test6-6826d45
Environment: production
Git Commit: 6826d45
Build Date: 20251002
Pull the Docker image:
docker pull ghcr.io/sgoudelis/ground-station:v0.1.5-test6Run 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:v0.1.5-test6Multi-arch support:
This image supports linux/amd64 platforms.
What's Changed
- Refactor backend into modular components by @sgoudelis in #1
- Refactor CRUD into domain modules by @sgoudelis in #2
- Refactor waterfall UI into modular components and hooks by @sgoudelis in #3
- docs: add comprehensive project README by @sgoudelis in #5
New Contributors
- @sgoudelis made their first contribution in #1
Full Changelog: https://github.com/sgoudelis/ground-station/commits/v0.1.5-test6