TheCatLady
a229b15e7a
build(deps): bump dependencies ( #2584 )
...
* build(deps): bump dependencies
* build(ci): disable broken snap builds
2022-03-13 19:27:39 +00:00
TheCatLady
8cba486249
fix: address unhandled promise rejections & bump node to v16.13 ( #2398 )
...
* fix: unhandled promise rejections
* build(deps): bump node from 14.18 to 16.13
* fix: unhandled promise rejection in new Plex users endpoint
* fix: build error
Co-authored-by: Ryan Cohen <ryan@sct.dev >
2022-01-27 20:00:30 +09:00
TheCatLady
b4b2acd4fc
build(docker): reduce image size ( #2392 )
2022-01-09 23:16:50 +09:00
TheCatLady
f1cd0878a5
fix(docker): explicitly install python3 ( #2273 ) [skip ci]
2021-11-11 13:08:22 +09:00
TheCatLady
54e9071e90
build(deps): bump node to 14.18 ( #2209 ) [skip ci]
2021-10-16 22:17:43 +09:00
TheCatLady
0db0d4c280
build(deps): bump node to 14.17 and drop uuid in favor of native randomUUID ( #1792 )
2021-06-17 13:12:09 +09:00
TheCatLady
2fc9835a6a
build(docker): refactor Dockerfile to enable caching of node_modules ( #1550 )
...
* ci: revert actions/cache version change and install GNU tar
* ci: do not potentially destroy Docker cache while building preview images
* build(docker): refactor Dockerfile to cache node_modules
* ci: remove Next.js caching
* build(docker): don't break arm builds
2021-05-03 22:13:23 +09:00
sct
9d0b52a242
ci: add network-timeout to yarn install
2021-03-06 15:17:04 +00:00
ᗪєνιη ᗷυнʟ
9966632c64
ci: build arm64 and amd64 container images for ci images ( #1036 )
2021-03-06 09:50:28 +00:00
ᗪєνιη ᗷυнʟ
1629d02f3d
feat(docker): add tini to docker image ( #1017 )
2021-03-03 23:50:53 +00:00
TheCatLady
253ec15bc4
build(docker): bump node from 14.15 to 14.16 ( #1057 )
...
Node v14.x (LTS) update from 2021-02-23 includes vulnerability fixes
https://nodejs.org/en/blog/release/v14.16.0/
2021-03-02 13:11:07 +00:00
TheCatLady
1e5f88f462
feat(docker): Check for /app/config volume mount during setup ( #826 )
2021-02-04 10:45:30 +09:00
TheCatLady
b576f0734f
build(docker): Optimize Docker image layers/caching & bump node to 14.15 ( #776 )
...
* refactor(docker): Combine RUN statements to reduce number of image layers
* Add --update && --no-cache to apk add command
* Combine RUN statements in first stage
* Consolidate COPY commands from BUILD_IMAGE
* Add docs & snap to .dockerignore
* Revert first COPY statement in 2nd stage
* Write committag.json in first stage & only do one COPY
Also pin base image Alpine version, and add Docker & GitHub Actions update monitoring via Dependabot
* Bump node to 14.15.4
* Change base image to node:14.15-alpine and remove Dependabot Docker monitoring
* Changes in response to PR comments
* Remove ARG/ENV statements from second build stage
2021-02-03 09:52:56 +09:00
sct
55f9e41f1b
build: write commit tag to json file inside docker image
2020-12-27 17:08:25 +00:00
sct
289864af1a
fix(build): fixes build to include commit tag for app build step
2020-12-27 10:33:44 +00:00
sct
53bede692d
feat: add missing tzdata package to image
...
re #394
2020-12-19 11:32:17 +09:00
sct
5e5ba40505
fix: change default internal port to 5055 ( #389 )
2020-12-19 00:12:41 +09:00
sct
3f2a04c881
feat: about page initial version
...
Adding something to the about page for now, including the app version to better know what versions
of the app people are running
2020-12-15 07:27:30 +00:00
salty
34136ef617
build(dockerfile): Expose port 3000. ( #278 )
...
Allows for automated nginx reverse proxy setups to identify the port used in the container without having to bind the port to the host/localhost.
2020-12-15 10:57:01 +09:00
sct
3ef50396cd
build: switch to multi-stage docker build to reduce size
2020-11-24 15:31:29 +00:00
sct
44b419e5da
build: further shrinkage for the docker build
2020-11-24 15:01:28 +00:00
sct
f8c01fbc83
build: remove dev dependencies for production docker build
2020-11-24 10:39:12 +00:00
sct
f2487d920f
build(docker): added Dockerfiles for local/prod (prod untested)
...
Also adds docker-compose.yml for development
2020-08-22 10:24:37 +00:00