Dumitru Uzun
feb0feda76
Dockerfile: Avoid keeping npm in RAM
By running node directly, we save some RAM. In my case npm consumes 300MB and does nothing, just waits for the node process to exit.
On small VPSes 300MB is a lot!
3 years ago
LouisLam
2f50fc4c00
plan to switch to better-sqlite3, drop node-sqlite3
3 years ago
LouisLam
efc9a254f4
update to 1.1.0
3 years ago
LouisLam
12910b23ed
cache more layers for docker build
3 years ago
LouisLam
8f2a9fe883
chnage sqlite3 package in dockerfile
3 years ago
LouisLam
a28d6eafae
remove apprise --version from dockerfile
4 years ago
LouisLam
d58be56cb9
remove "pip3 cache purge" that causes error
4 years ago
Aleks Bunin
00cc140acd
Simplify apprise instalation
4 years ago
LouisLam
4b86c84c36
fix icon for "Resume"
4 years ago
LouisLam
66037e236c
add apprise support
4 years ago
LouisLam
13c9244e3f
fix apprise import issue and loose the healthcheck rule
4 years ago
Niyas
7dae5279fb
Docker healthcheck
Copied from https://scoutapm.com/blog/how-to-use-docker-healthcheck
4 years ago
LouisLam
f62b70c9a9
add nightly to version number
4 years ago
LouisLam
bfb117cb76
minor
4 years ago
LouisLam
2b8e33caed
dockerfile: change the base image to node:14-alpine3.12; add apprise cli, prepare for implementing notification
4 years ago
LouisLam
3b52433202
cache the sqlite built when docker build
4 years ago
LouisLam
d4fe5908f5
fix merging problem
4 years ago
LouisLam
be1ef24cce
add a comment
4 years ago
LouisLam
99afdabcac
change the docker base image to node:14-alpine3.14, reduce the container size
4 years ago
Philipp Dormann
8cd90d1e96
🐳 Docker
4 years ago
Philipp Dormann
b15b44e290
🐳 move Dockerfile to base node:alpine image
reduces size from about 1.08GB to 345MB (still not great but hey)
4 years ago
LouisLam
ae07cd9c35
prepare for docker
4 years ago