mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
fix? postgres user
This commit is contained in:
parent
bab7b766b5
commit
b99d5a28e9
5
.github/workflows/pr_checks.yaml
vendored
5
.github/workflows/pr_checks.yaml
vendored
@ -27,7 +27,9 @@ env:
|
|||||||
|
|
||||||
# for full databases
|
# for full databases
|
||||||
INVENTREE_DB_USER: inventree
|
INVENTREE_DB_USER: inventree
|
||||||
|
POSTGRES_USER: inventree
|
||||||
INVENTREE_DB_PASSWORD: password
|
INVENTREE_DB_PASSWORD: password
|
||||||
|
POSTGRES_PASSWORD: password
|
||||||
INVENTREE_DB_HOST: '127.0.0.1'
|
INVENTREE_DB_HOST: '127.0.0.1'
|
||||||
INVENTREE_DEBUG: info
|
INVENTREE_DEBUG: info
|
||||||
|
|
||||||
@ -222,9 +224,6 @@ jobs:
|
|||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres
|
image: postgres
|
||||||
env:
|
|
||||||
POSTGRES_USER: ${{ env.INVENTREE_DB_USER }}
|
|
||||||
POSTGRES_PASSWORD: ${{ env.INVENTREE_DB_PASSWORD }}
|
|
||||||
ports:
|
ports:
|
||||||
- ${{ env.INVENTREE_DB_PORT }}:${{ env.INVENTREE_DB_PORT }}
|
- ${{ env.INVENTREE_DB_PORT }}:${{ env.INVENTREE_DB_PORT }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user