1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-10 23:22:22 +02:00

feat!: add docker project name (#4906)

* add: docker project name

* chore: linting

---------

Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
This commit is contained in:
Mansour
2023-11-10 15:43:21 +13:00
committed by GitHub
parent 92ec1ce77f
commit 895129c997
3 changed files with 8 additions and 2 deletions

View File

@@ -4,6 +4,8 @@
version: "3.8" version: "3.8"
name: immich-dev
services: services:
immich-server: immich-server:
container_name: immich_server container_name: immich_server

View File

@@ -1,5 +1,7 @@
version: "3.8" version: "3.8"
name: immich-prod
services: services:
immich-server: immich-server:
container_name: immich_server container_name: immich_server

View File

@@ -1,5 +1,7 @@
version: "3.8" version: "3.8"
name: immich
services: services:
immich-server: immich-server:
container_name: immich_server container_name: immich_server