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

@@ -9,6 +9,9 @@ services:
container_name: immich_server
command: ['/usr/src/app/bin/immich-dev']
image: immich-server-dev:latest
# extends:
# file: hwaccel.transcoding.yml
# service: cpu # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl] for accelerated transcoding
build:
context: ../
dockerfile: server/Dockerfile