2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-10-15 21:52:21 +00:00

Prevent multiple background workers without global cache (#8401)

* Prevent multiple background workers without global cache

* Documentation updates

- New page dedicated to InvenTree process stack
- Update links
- Consolidate information

* Update mkdocs.yml
This commit is contained in:
Oliver
2024-11-01 07:23:08 +11:00
committed by GitHub
parent 913a05cf45
commit 801b32e4e3
13 changed files with 143 additions and 113 deletions

View File

@@ -104,10 +104,11 @@ docker compose up -d
This command launches the following containers:
- `inventree-db` - PostgreSQL database
- `inventree-server` - InvenTree web server
- `inventree-worker` - Background worker
- `inventree-proxy` - Caddy reverse proxy
- `inventree-db` - [PostgreSQL database](./processes.md#database)
- `inventree-server` - [InvenTree web server](./processes.md#web-server)
- `inventree-worker` - [Background worker](./processes.md#background-worker)
- `inventree-proxy` - [Caddy reverse proxy](./processes.md#proxy-server)
- `inventree-cache` - [Redis cache](./processes.md#cache-server)
!!! success "Up and Running!"
You should now be able to view the InvenTree login screen at [http://inventree.localhost](http://inventree.localhost) (or whatever custom domain you have configured in the `.env` file).