2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 10:35:40 +00:00

Revert postgres version to 13 (#7717)

* Adjust playwright test

* Update docker compose for devcontainer

* Revert docker container changes

* Update notes

* Revert base alpine version
This commit is contained in:
Oliver
2024-07-24 11:02:25 +10:00
committed by GitHub
parent d46ed4af6f
commit d5afc37264
5 changed files with 7 additions and 7 deletions

View File

@ -20,7 +20,7 @@ services:
# Use PostgreSQL as the database backend
# Note: This can be changed to a different backend if required
inventree-dev-db:
image: postgres:14
image: postgres:13
expose:
- 5432/tcp
environment: