switch to alpine version of postgres
This commit is contained in:
parent
67e437323b
commit
57f5b22ab1
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ services:
|
||||||
# Database service
|
# Database service
|
||||||
# Use PostgreSQL as the database backend
|
# Use PostgreSQL as the database backend
|
||||||
inventree-db:
|
inventree-db:
|
||||||
image: postgres:17
|
image: postgres:17-alpine
|
||||||
container_name: inventree-db
|
container_name: inventree-db
|
||||||
expose:
|
expose:
|
||||||
- ${INVENTREE_DB_PORT:-5432}/tcp
|
- ${INVENTREE_DB_PORT:-5432}/tcp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue