switch to alpine version of postgres

This commit is contained in:
Philipp Fruck 2025-09-17 14:50:00 +02:00
parent 1b130a48ef
commit 85f5d6c4ab
No known key found for this signature in database
GPG key ID: 9B7D2672DB7F47AD

View file

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