mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 22:44:05 +00:00
Update ci.yml
This commit is contained in:
parent
6e9d6aa5f4
commit
a22666ed2d
1 changed files with 6 additions and 5 deletions
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
|
|
@ -46,14 +46,15 @@ jobs:
|
|||
services:
|
||||
postgres:
|
||||
image: postgres:latest
|
||||
user: 'postgres'
|
||||
env:
|
||||
POSTGRES_PASSWORD: password
|
||||
POSTGRES_USER: root
|
||||
POSTGRES_PASSWORD: 'postgres'
|
||||
POSTGRES_USER: 'postgres'
|
||||
POSTGRES_DB: main
|
||||
POSTGRES_PORT: '5432'
|
||||
PGPORT: '5432'
|
||||
POSTGRES_PORT: '5434'
|
||||
PGPORT: '5434'
|
||||
ports:
|
||||
- 5432/tcp
|
||||
- 5434/tcp
|
||||
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 3
|
||||
|
||||
mysql:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue