mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
* 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> |
||
|---|---|---|
| .. | ||
| apps | ||
| libs | ||
| .dockerignore | ||
| .eslintrc.js | ||
| .gitignore | ||
| .prettierrc | ||
| Dockerfile | ||
| immich-openapi-specs.json | ||
| nest-cli.json | ||
| openapitools.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| start-microservices.sh | ||
| start-server.sh | ||
| tsconfig.build.json | ||
| tsconfig.json | ||