[PR #280] [MERGED] feat: create immich-nginx container to remove default nginx config setup #8541

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

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/280
Author: @zackpollard
Created: 6/30/2022
Status: Merged
Merged: 6/30/2022
Merged by: @alextran1502

Base: mainHead: feat/immich-nginx-container


📝 Commits (3)

  • a3f496b feat: create immich-proxy container to remove default nginx config setup
  • a0c6f81 infra: make production docker-compose point at release builds for stability
  • c2da006 Fixed nginx config file was overriden by default.conf in nginx container; Fixed docker-compose.dev; Added additional tag 'release' for tagging after release build in Github Action

📊 Changes

8 files changed (+116 additions, -23 deletions)

View changed files

📝 .github/workflows/build_push_docker_latest.yml (+27 -0)
📝 .github/workflows/build_push_docker_staging.yml (+27 -0)
📝 .github/workflows/build_push_server_release.yml (+42 -0)
📝 docker/docker-compose.dev.yml (+7 -9)
📝 docker/docker-compose.staging.yml (+3 -5)
📝 docker/docker-compose.yml (+7 -9)
nginx/Dockerfile (+3 -0)
📝 nginx/nginx.conf (+0 -0)

📄 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/280 **Author:** [@zackpollard](https://github.com/zackpollard) **Created:** 6/30/2022 **Status:** ✅ Merged **Merged:** 6/30/2022 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `feat/immich-nginx-container` --- ### 📝 Commits (3) - [`a3f496b`](https://github.com/immich-app/immich/commit/a3f496b542440e907cf62678cbf2bb25a3f00c9b) feat: create immich-proxy container to remove default nginx config setup - [`a0c6f81`](https://github.com/immich-app/immich/commit/a0c6f81e7f931f936920cb062859d9409a30737b) infra: make production docker-compose point at release builds for stability - [`c2da006`](https://github.com/immich-app/immich/commit/c2da00681a559ccef2d1b4b8008e79f1df34adab) Fixed nginx config file was overriden by default.conf in nginx container; Fixed docker-compose.dev; Added additional tag 'release' for tagging after release build in Github Action ### 📊 Changes **8 files changed** (+116 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build_push_docker_latest.yml` (+27 -0) 📝 `.github/workflows/build_push_docker_staging.yml` (+27 -0) 📝 `.github/workflows/build_push_server_release.yml` (+42 -0) 📝 `docker/docker-compose.dev.yml` (+7 -9) 📝 `docker/docker-compose.staging.yml` (+3 -5) 📝 `docker/docker-compose.yml` (+7 -9) ➕ `nginx/Dockerfile` (+3 -0) 📝 `nginx/nginx.conf` (+0 -0) </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:49:03 +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#8541