Files
immich/docs/docs/overview/technology-stack.md
bo0tzz a1a7e6ac06 Small docs site tweaks (#954)
* Add yarn.lock to .gitignore

* Tweak announcementBar message

* Add demo link to docs homepage

* chore(docs): logo-meaning page cleanup

* chore(docs): support page cleanup

* chore(docs): tech-stack page cleanup

* chore(docs): requirements page cleanup

* Update main README warning to match docs site

* Add clearer documentation link to main README

* chore(docs): one-step-install page cleanup

* chore(docs): Security: remove example JWT_SECRET value

* chore(docs): recommended-install page cleanup

* chore(docs): portainer-install page cleanup

* chore(docs): unraid-install page cleanup
2022-11-10 08:20:23 -06:00

745 B

sidebar_position
sidebar_position
4

Technology stack

The app is built with the following technologies:

Frontend

Backend

  • Nest.js for the server.
  • PostgreSQL for the database.
  • Redis for communication between the core server and the microservices.
  • NGINX for internal communication between containers and load balancing when scaling.

High level architecture

Immich Architecture