mirror of
https://github.com/immich-app/immich
synced 2026-08-29 13:15:45 +00:00
feat(deployment): Consistent container names (#1232)
* Consistent container names * Consistent container names * Consistent container names * Fix typo
This commit is contained in:
parent
d9fa6619e7
commit
b82a3f3300
3 changed files with 12 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ version: '3.8'
|
|||
|
||||
services:
|
||||
immich-server:
|
||||
container_name: immich_server
|
||||
image: immich-server-dev:latest
|
||||
build:
|
||||
context: ../server
|
||||
|
|
@ -23,6 +24,7 @@ services:
|
|||
- database
|
||||
|
||||
immich-machine-learning:
|
||||
container_name: immich_machine_learning
|
||||
image: immich-machine-learning-dev:latest
|
||||
build:
|
||||
context: ../machine-learning
|
||||
|
|
@ -41,6 +43,7 @@ services:
|
|||
- database
|
||||
|
||||
immich-microservices:
|
||||
container_name: immich_microservices
|
||||
image: immich-microservices:latest
|
||||
build:
|
||||
context: ../server
|
||||
|
|
@ -60,6 +63,7 @@ services:
|
|||
- immich-server
|
||||
|
||||
immich-web:
|
||||
container_name: immich_web
|
||||
image: immich-web-dev:1.9.0
|
||||
build:
|
||||
context: ../web
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue