2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-09-13 14:11:37 +00:00

Debian docker image (#10227)

* Debian docker image

- Swap from alpine to debian slim-trixie
- Refactor Dockerfile
- Optimize image size
- Reduce @vitejs/plugin-react version

* Remove commented-out lines

* Ensure invoke is installed

* Adjust Dockerfile

* Actually build the python libs

* Adjust dockerfile

* Install git in dev image

* Tweaks
This commit is contained in:
Oliver
2025-09-03 17:05:03 +10:00
committed by GitHub
parent 7969d2d9ce
commit 085381fa70
5 changed files with 68 additions and 80 deletions

View File

@@ -42,7 +42,7 @@ services:
# Database service
# Use PostgreSQL as the database backend
inventree-db:
image: postgres:16
image: postgres:17
container_name: inventree-db
expose:
- ${INVENTREE_DB_PORT:-5432}/tcp