mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
fix port envs?
This commit is contained in:
parent
b99d5a28e9
commit
0f4991db0a
4
.github/workflows/pr_checks.yaml
vendored
4
.github/workflows/pr_checks.yaml
vendored
@ -225,7 +225,7 @@ jobs:
|
||||
postgres:
|
||||
image: postgres
|
||||
ports:
|
||||
- ${{ env.INVENTREE_DB_PORT }}:${{ env.INVENTREE_DB_PORT }}
|
||||
- 5432:5432
|
||||
|
||||
redis:
|
||||
image: redis
|
||||
@ -278,7 +278,7 @@ jobs:
|
||||
MYSQL_ROOT_PASSWORD: ${{ env.INVENTREE_DB_PASSWORD }}
|
||||
options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3
|
||||
ports:
|
||||
- ${{ env.INVENTREE_DB_PORT }}:${{ env.INVENTREE_DB_PORT }}
|
||||
- 3306:3306
|
||||
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
|
Loading…
Reference in New Issue
Block a user