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

Revert ci.yml changes

This commit is contained in:
lukinovec 2023-04-26 15:09:12 +02:00
parent 6496f77415
commit 338d6f1151

View file

@ -45,24 +45,14 @@ jobs:
services: services:
postgres: postgres:
image: 'postgres:latest' image: postgres:latest
ports:
- '5432/tcp'
env: env:
POSTGRES_DB: main
POSTGRES_USER: 'postgres'
POSTGRES_PASSWORD: 'postgres' POSTGRES_PASSWORD: 'postgres'
healthcheck: POSTGRES_USER: 'postgres'
test: POSTGRES_DB: main
- CMD ports:
- pg_isready - 5432/tcp
- '-q' options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 3
- '-d'
- '${DB_DATABASE}'
- '-U'
- '${POSTGRES_USER}'
retries: 3
timeout: 5s
mysql: mysql:
image: mysql:5.7 image: mysql:5.7