-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from loopy321/revert-pull
Update (NS14.2.6) + Fix(import_config_url) + New(MONGODB_URI config option)
- Loading branch information
Showing
13 changed files
with
26 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
cd nightscout && docker build --build-arg BUILD_FROM="ghcr.io/hassio-addons/ubuntu-base/amd64:6.1.3" --build-arg BUILD_ARCH=amd64 --progress plain --no-cache -t nightscout . | ||
cd nightscout && docker build --build-arg BUILD_FROM="ghcr.io/hassio-addons/ubuntu-base:8.1.1" --build-arg BUILD_ARCH=amd64 --progress plain --no-cache -t nightscout . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ COPY . /opt | |
WORKDIR /opt/app | ||
|
||
ARG BUILD_ARCH=amd64 | ||
ARG NIGHTSCOUT_VERSION=14.2.2 | ||
ARG NIGHTSCOUT_VERSION=14.2.6 | ||
# hadolint ignore=DL3008 | ||
RUN \ | ||
URL="http://archive.ubuntu.com/ubuntu/" \ | ||
|
@@ -26,7 +26,7 @@ RUN \ | |
&& curl -sL "https://deb.nodesource.com/setup_14.x" | bash - \ | ||
&& apt-get update \ | ||
&& apt-get install -y --no-install-recommends \ | ||
mongodb-server=1:3.6.3-0ubuntu1.4 \ | ||
mongodb-server \ | ||
nodejs \ | ||
git \ | ||
webpack \ | ||
|
@@ -37,13 +37,15 @@ RUN \ | |
&& apt-get clean \ | ||
&& rm -rf /var/lib/apt/lists/* \ | ||
\ | ||
&& git clone --depth 1 --branch ${NIGHTSCOUT_VERSION} git://github.com/nightscout/cgm-remote-monitor.git /opt/app \ | ||
&& git clone --depth 1 --branch ${NIGHTSCOUT_VERSION} https://github.com/nightscout/cgm-remote-monitor.git /opt/app \ | ||
\ | ||
&& npm install \ | ||
&& npm run postinstall \ | ||
&& npm run env \ | ||
&& npm audit fix | ||
|
||
RUN npm install [email protected] | ||
|
||
VOLUME ["/data/db"] | ||
|
||
# Copy root filesystem | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters