1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-01 08:31:59 +00:00
immich/server
Jonas Janz 8bb656cb17
add docker volumes to services (#766)
* add docker volumes to services

this change adds the volume definitions for
/usr/src/app/upload
/usr/src/app/.reverse-geocoding-dump

to the `immich-server` docker-compose files
as /usr/src/app/upload should always be a volume for the containers
I also added it to the `Dockerfile`

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

* remove geocoding-dump volume from docker-compose

Signed-off-by: PixelJonas <5434875+PixelJonas@users.noreply.github.com>
2022-10-01 16:01:27 -05:00
..
apps Up version for release 2022-09-28 16:28:14 -05:00
libs feat(server): missing exif extract nightly task (#754) 2022-09-28 05:41:50 -05:00
.dockerignore Implemented Video Upload and Player (#2) 2022-02-06 00:07:56 -06: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 add docker volumes to services (#766) 2022-10-01 16:01:27 -05:00
immich-openapi-specs.json feat(web): add asset and album count info (#623) 2022-09-07 15:16:18 -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 feat(server) Remove mapbox and use local reverse geocoding (#738) 2022-09-22 21:50:05 -05:00
package.json feat(server) Remove mapbox and use local reverse geocoding (#738) 2022-09-22 21:50:05 -05: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