mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 16:14:03 +00:00
Add Postgres port to ci.yml
This commit is contained in:
parent
b4238e5cf8
commit
55258e6411
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -50,6 +50,8 @@ jobs:
|
|||
POSTGRES_PASSWORD: password
|
||||
POSTGRES_USER: root
|
||||
POSTGRES_DB: main
|
||||
POSTGRES_PORT: '5432'
|
||||
PGPORT: '5432'
|
||||
ports:
|
||||
- 5432/tcp
|
||||
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue