mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 04:16:00 +00:00
pg try connect
This commit is contained in:
5
.github/workflows/integration-tests.yaml
vendored
5
.github/workflows/integration-tests.yaml
vendored
@@ -32,6 +32,11 @@ jobs:
|
|||||||
POSTGRES_PASSWORD: Pwd2020Db
|
POSTGRES_PASSWORD: Pwd2020Db
|
||||||
ports:
|
ports:
|
||||||
- 5432:5432
|
- 5432:5432
|
||||||
|
options: >-
|
||||||
|
--health-cmd pg_isready
|
||||||
|
--health-interval 10s
|
||||||
|
--health-timeout 5s
|
||||||
|
--health-retries 5
|
||||||
|
|
||||||
# mysql:
|
# mysql:
|
||||||
# image: mysql
|
# image: mysql
|
||||||
|
|||||||
Reference in New Issue
Block a user