1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 09:24:02 +00:00

Update ci.yml

This commit is contained in:
lukinovec 2023-04-25 14:12:07 +02:00
parent 6e9d6aa5f4
commit a22666ed2d

View file

@ -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: