https://github.com/gabe565/docker-nightscout
Nightscout CGM Remote Monitor Docker Container
https://github.com/gabe565/docker-nightscout
container dexcom diabetes nightscout
Last synced: 3 months ago
JSON representation
Nightscout CGM Remote Monitor Docker Container
- Host: GitHub
- URL: https://github.com/gabe565/docker-nightscout
- Owner: gabe565
- Created: 2019-01-07T04:13:47.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-03-10T06:17:27.000Z (3 months ago)
- Last Synced: 2025-03-10T06:28:58.342Z (3 months ago)
- Topics: container, dexcom, diabetes, nightscout
- Language: Dockerfile
- Homepage:
- Size: 108 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Nightscout Containers
[](https://github.com/gabe565/docker-nightscout/pkgs/container/nightscout)
[](https://github.com/gabe565/docker-nightscout/actions/workflows/build.yml)This repo builds container images for [Nightscout](https://github.com/nightscout/cgm-remote-monitor).
Release tags are automatically updated by Renovate bot, so new Nightscout releases will be available in this repository within a few hours.
## Images
- [ghcr.io/gabe565/nightscout](https://github.com/gabe565/docker-nightscout/pkgs/container/nightscout)
## Flavors
### Base
The base flavor does not make any changes to the Nightscout source code.### WebSocket
The WebSocket flavor configures the Nightscout client to prefer WebSocket connections instead of HTTP long-polling.## Deployment
### Docker
For Docker, I'd suggest copying the [`compose.yaml`](./compose.yaml) in this repository, then adding any environment variables you desire from [Nightscout's documentation](https://github.com/nightscout/cgm-remote-monitor#environment).
### Kubernetes
I have built a Helm chart for Kubernetes deployments. See [charts.gabe565.com](https://charts.gabe565.com/charts/nightscout/) or [gabe565/charts](https://github.com/gabe565/charts/tree/main/charts/nightscout) for details.