immich/server
Jonas Janz f1af17bf4d
feat(immich-server) use ubuntu base-image (#851)
this changes the base-image for immich-server from
`node:16-alpine3.14`
to
`node:16-slim`

There is an open issue with alpine DNS resolving which
breaks immich-microservice when deployed on
kubernetes.

This fixes https://github.com/immich-app/immich-charts/issues/4

Signed-off-by: PixelJonas <5434875+PixelJonas@users.noreply.github.com>

Signed-off-by: PixelJonas <5434875+PixelJonas@users.noreply.github.com>
2022-10-24 14:59:07 -05:00
..
apps fix(server): add permission for server stats api (#854) 2022-10-23 17:01:41 -05:00
libs feat(web) add asset count stats on admin page (#843) 2022-10-23 16:54:54 -05:00
.dockerignore feat(immich-server) use ubuntu base-image (#851) 2022-10-24 14:59:07 -05:00
.eslintrc.js Transfer repository from Gitlab 2022-02-03 10:06:44 -06:00
.gitignore Added generated geocoding files to gitignore 2022-09-28 15:44:43 -05:00
.prettierrc Add web interface with admin functionality (#167) 2022-05-21 02:23:55 -05:00
Dockerfile feat(immich-server) use ubuntu base-image (#851) 2022-10-24 14:59:07 -05:00
immich-openapi-specs.json feat(web) add asset count stats on admin page (#843) 2022-10-23 16:54:54 -05:00
nest-cli.json refactor(server): move constant into common package (#522) 2022-08-23 07:34:21 -07:00
openapitools.json Add OpenAPI Specs and Response DTOs (#320) 2022-07-08 21:26:50 -05:00
package-lock.json Update local-reverse-geocoder to 0.12.5 2022-10-07 12:14:27 +02:00
package.json Update local-reverse-geocoder to 0.12.5 2022-10-07 12:14:27 +02:00
README.md Update readme 2022-02-07 23:55:30 -06:00
start-microservices.sh Improve Docker setup and reduce memory usage of production containers (#338) 2022-07-13 07:42:00 -05:00
start-server.sh Improve Docker setup and reduce memory usage of production containers (#338) 2022-07-13 07:42:00 -05:00
tsconfig.build.json Transfer repository from Gitlab 2022-02-03 10:06:44 -06:00
tsconfig.json refactor(server): move constant into common package (#522) 2022-08-23 07:34:21 -07:00

Immich Server- NestJs