mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-07 11:03:28 +00:00
tests: fix postgres e2e tests (#877)
This commit is contained in:
@@ -19,6 +19,9 @@ services:
|
||||
extends:
|
||||
file: docker-compose.yml
|
||||
service: pocket-id
|
||||
environment:
|
||||
- DB_PROVIDER=postgres
|
||||
- DB_CONNECTION_STRING=postgres://postgres:postgres@postgres:5432/pocket-id
|
||||
depends_on:
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
|
||||
Reference in New Issue
Block a user