disable watchtower/dep updates
Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
parent
68768e256b
commit
71e8993503
2 changed files with 3 additions and 3 deletions
|
@ -107,7 +107,7 @@ RUN ln -s /usr/local/acme.sh/acme.sh /usr/local/bin/acme.sh && \
|
|||
ENV NODE_ENV=production \
|
||||
NODE_CONFIG_DIR=/data/etc/npm \
|
||||
DB_SQLITE_FILE=/data/etc/npm/database.sqlite
|
||||
|
||||
LABEL com.centurylinklabs.watchtower.monitor-only="true"
|
||||
ENV PUID=0 \
|
||||
PGID=0 \
|
||||
NIBEP=48693 \
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"description": "A beautiful interface for creating Nginx endpoints",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@apidevtools/json-schema-ref-parser": "11.6.2",
|
||||
"@apidevtools/json-schema-ref-parser": "11.6.3",
|
||||
"ajv": "6.12.6",
|
||||
"archiver": "7.0.1",
|
||||
"batchflow": "0.4.0",
|
||||
|
@ -34,6 +34,6 @@
|
|||
"eslint-config-prettier": "9.1.0",
|
||||
"eslint-plugin-prettier": "5.1.3",
|
||||
"globals": "15.3.0",
|
||||
"prettier": "3.2.5"
|
||||
"prettier": "3.3.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue