switch to alpine version of postgres

This commit is contained in:
Philipp 2025-09-17 15:26:23 +02:00
parent 67e437323b
commit 57f5b22ab1
Signed by: philipp
SSH key fingerprint: SHA256:ZWe7taUXeJb8xtjCZE7rZ3baSkVpBPjE4hdoKyJpfQE

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