[PR #77] [MERGED] Add production and development docker-compose #8461

Closed
opened 2026-02-05 13:47:34 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/77
Author: @alextran1502
Created: 3/27/2022
Status: Merged
Merged: 3/27/2022
Merged by: @alextran1502

Base: mainHead: development


📝 Commits (10+)

  • 195c280 Added tRPC
  • ae568d7 Added dockerfile and modified dockercompose for microservices
  • 5ad1e00 Added dependencies
  • 4a2e6bb Added microservice provider to background module
  • ebc549b Added tesnsorflow nodejs
  • 6b70624 Update Makefile with remove-orphans flags
  • 99d57f5 Update Makefile with remove-orphans flags
  • 1de9275 Added object detection service
  • 9d3df9f Added migration sql for objects column
  • 99bccdf Update query with new smartInfo column

📊 Changes

4 files changed (+97 additions, -11 deletions)

View changed files

📝 Makefile (+3 -3)
docker/docker-compose.dev.yml (+87 -0)
📝 docker/docker-compose.yml (+6 -7)
📝 mobile/lib/shared/views/backup_controller_page.dart (+1 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/77 **Author:** [@alextran1502](https://github.com/alextran1502) **Created:** 3/27/2022 **Status:** ✅ Merged **Merged:** 3/27/2022 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `development` --- ### 📝 Commits (10+) - [`195c280`](https://github.com/immich-app/immich/commit/195c28006a78e88ac827d367befc1bdf4dec7ea3) Added tRPC - [`ae568d7`](https://github.com/immich-app/immich/commit/ae568d7d2aaaeeec367617482896d30f57a7ad27) Added dockerfile and modified dockercompose for microservices - [`5ad1e00`](https://github.com/immich-app/immich/commit/5ad1e0088043368da26be9b30489029710272f6b) Added dependencies - [`4a2e6bb`](https://github.com/immich-app/immich/commit/4a2e6bbe2cc696b03d540f805d080f3d1d197d02) Added microservice provider to background module - [`ebc549b`](https://github.com/immich-app/immich/commit/ebc549b7c28e5fd6f7b3eb71b409006d817ce97a) Added tesnsorflow nodejs - [`6b70624`](https://github.com/immich-app/immich/commit/6b70624a8c97cd5e944f298d20908be270ef3bda) Update Makefile with remove-orphans flags - [`99d57f5`](https://github.com/immich-app/immich/commit/99d57f5d0dd93153fe0b0b03c0d8f19cfcecb35f) Update Makefile with remove-orphans flags - [`1de9275`](https://github.com/immich-app/immich/commit/1de9275a25cee021b377a5aa300bd48663027407) Added object detection service - [`9d3df9f`](https://github.com/immich-app/immich/commit/9d3df9f23eb12cd939bd8253d3bf2b087efef580) Added migration sql for objects column - [`99bccdf`](https://github.com/immich-app/immich/commit/99bccdf934847644ce16287a030d11d807d4673e) Update query with new smartInfo column ### 📊 Changes **4 files changed** (+97 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+3 -3) ➕ `docker/docker-compose.dev.yml` (+87 -0) 📝 `docker/docker-compose.yml` (+6 -7) 📝 `mobile/lib/shared/views/backup_controller_page.dart` (+1 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 13:47:34 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#8461