1
0
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:
Elias Schneider
2025-08-24 19:15:26 +02:00
committed by GitHub
parent d0392d25ed
commit 10b087640f
4 changed files with 11 additions and 8 deletions

View File

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