mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 18:14:04 +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:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:latest
|
image: postgres:latest
|
||||||
|
user: 'postgres'
|
||||||
env:
|
env:
|
||||||
POSTGRES_PASSWORD: password
|
POSTGRES_PASSWORD: 'postgres'
|
||||||
POSTGRES_USER: root
|
POSTGRES_USER: 'postgres'
|
||||||
POSTGRES_DB: main
|
POSTGRES_DB: main
|
||||||
POSTGRES_PORT: '5432'
|
POSTGRES_PORT: '5434'
|
||||||
PGPORT: '5432'
|
PGPORT: '5434'
|
||||||
ports:
|
ports:
|
||||||
- 5432/tcp
|
- 5434/tcp
|
||||||
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 3
|
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 3
|
||||||
|
|
||||||
mysql:
|
mysql:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue