mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 16:38:19 +01:00
Remove healthcjheck from container
This commit is contained in:
parent
6c3cda9e6c
commit
43f36964c1
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
|
|
@ -15,7 +15,6 @@ jobs:
|
||||||
image: ghcr.io/lysand-org/postgres:main
|
image: ghcr.io/lysand-org/postgres:main
|
||||||
ports:
|
ports:
|
||||||
- 5432:5432
|
- 5432:5432
|
||||||
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
|
|
||||||
env:
|
env:
|
||||||
POSTGRES_DB: lysand
|
POSTGRES_DB: lysand
|
||||||
POSTGRES_USER: lysand
|
POSTGRES_USER: lysand
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue