feat(deployment): Consistent container names (#1232)

* Consistent container names

* Consistent container names

* Consistent container names

* Fix typo
This commit is contained in:
bt90
2022-12-30 17:30:28 +01:00
committed by GitHub
parent d9fa6619e7
commit b82a3f3300
3 changed files with 12 additions and 0 deletions

View File

@@ -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