mirror of
https://github.com/Cameri/nostream.git
synced 2025-03-17 21:31:48 +01:00
fix: integration tests
This commit is contained in:
parent
77f59fb9b7
commit
f3c801e503
@ -44,7 +44,7 @@ services:
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pg_isready -U postgres"]
|
||||
timeout: 5s
|
||||
start_period: 5s
|
||||
start_period: 10s
|
||||
retries: 0
|
||||
cache-test:
|
||||
image: redis:7.0.5-alpine3.16
|
||||
@ -73,7 +73,8 @@ services:
|
||||
- ../../migrations:/code/migrations
|
||||
- ../../knexfile.js:/code/knexfile.js
|
||||
depends_on:
|
||||
- db-test
|
||||
db-test:
|
||||
condition: service_healthy
|
||||
networks:
|
||||
- nostr-ts-relay-test
|
||||
links:
|
||||
|
Loading…
x
Reference in New Issue
Block a user