2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-08-13 07:40:50 +00:00

Update docs for inventree-dev-server

- Now uses PostgreSQL, not sqlite
This commit is contained in:
Oliver
2021-12-20 22:45:41 +11:00
parent 50ebbe1790
commit 42ada4e67d
2 changed files with 51 additions and 8 deletions

@@ -33,7 +33,7 @@ The example docker-compose file launches the following containers:
#### PostgreSQL Database
A postgresql database container which creates a postgres user:password combination (which can be changed). This uses the official [PostgreSQL image](https://hub.docker.com/_/postgres).
A PostgreSQL database container which requires a username:password combination (which can be changed). This uses the official [PostgreSQL image](https://hub.docker.com/_/postgres).
*__Note__: An empty database must be manually created as part of the setup (below)*.
@@ -116,7 +116,7 @@ This starts the database container (in this example, a PostgreSQL server).
### Create Database
If this is the first time we are interacting with the docker containers, the InvenTree database has not yet been created.
If this is the first time you are interacting with the docker containers, the InvenTree database has not yet been created.
!!! success "First Run Only"
If you have already created the InvenTree database you can progress to the next step