Skip to content

A docker compose file for quickly starting up Nightscout Web Monitor.

License

Notifications You must be signed in to change notification settings

gardenrobot/Nightscout-Docker-Compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nightscout Docker Compose

A docker compose file for quickly starting up Nightscout Web Monitor.

Installing Nightscout

  1. Clone this repo.

    git clone https://github.com/samclotf/Nightscount-Docker-Compose.git

    cd Nightscount-Docker-Compose

  2. Create a .env file.

    cp .env.default .env

  3. Open .env. Set API_SECRET to a strong password. Set DB_PASSWORD to a different strong password.

  4. Open mongo-init.js and change PASSWORD HERE to the DB_PASSWORD.

  5. Create the external network.

    docker network create web

  6. Build the Nightscout image.

    docker-compose build

  7. Start it up.

    docker-compose up -d

About

A docker compose file for quickly starting up Nightscout Web Monitor.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published