Add interval for tests

This commit is contained in:
n0vad3v 2023-09-19 08:31:12 +08:00
parent 9b32985b9c
commit cfe0390f5f
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@ services:
- POSTGRES_PASSWORD=postgres
healthcheck:
test: ["CMD", "pg_isready", "-U", "postgres"]
interval: 5s
plausible_events_db:
image: clickhouse/clickhouse-server:23.3.7.5-alpine
@ -28,6 +29,7 @@ services:
hard: 262144
healthcheck:
test: ["CMD", "clickhouse-client", "-q", "SELECT 1"]
interval: 5s
plausible:
image: plausible/analytics:v2.0