fix: re-add extends section for server in Compose files (#9806)

re-add extends section
This commit is contained in:
Mert
2024-05-27 17:04:07 -04:00
committed by GitHub
parent dca420ef70
commit 4c7347d653
3 changed files with 9 additions and 0 deletions

View File

@@ -12,6 +12,9 @@ services:
immich-server:
container_name: immich_server
image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
# extends:
# file: hwaccel.transcoding.yml
# service: cpu # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated transcoding
volumes:
- ${UPLOAD_LOCATION}:/usr/src/app/upload
- /etc/localtime:/etc/localtime:ro