Skip to content

Commit

Permalink
update dev and prod docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
mertalev committed Dec 22, 2023
1 parent f2e867c commit 561e1ee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docker/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ services:
command: [ "/usr/src/app/bin/immich-dev", "microservices" ]
<<: *server-common
# extends:
# file: hwaccel.yml
# service: hwaccel
# file: hwaccel.transcoding.yml
# service: cpu # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl]
ports:
- 9231:9230
depends_on:
Expand Down Expand Up @@ -77,8 +77,8 @@ services:
container_name: immich_machine_learning
image: immich-machine-learning-dev:latest
# extends:
# file: hwaccel.yml
# service: hwaccel
# file: hwaccel.ml.yml
# service: cpu # set to one of [armnn, cuda, openvino]
build:
context: ../machine-learning
dockerfile: Dockerfile
Expand Down
8 changes: 4 additions & 4 deletions docker/docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ services:
command: [ "./start-microservices.sh" ]
<<: *server-common
# extends:
# file: hwaccel.yml
# service: hwaccel
# file: hwaccel.transcoding.yml
# service: cpu # set to one of [nvenc, quicksync, rkmpp, vaapi, vaapi-wsl]
depends_on:
- redis
- database
Expand All @@ -41,8 +41,8 @@ services:
container_name: immich_machine_learning
image: immich-machine-learning:latest
# extends:
# file: hwaccel.yml
# service: hwaccel
# file: hwaccel.ml.yml
# service: cpu # set to one of [armnn, cuda, openvino]
build:
context: ../machine-learning
dockerfile: Dockerfile
Expand Down

0 comments on commit 561e1ee

Please sign in to comment.