fix: healthcheck
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Davide Polonio 2023-07-07 12:56:16 +02:00
parent 541ebcdd32
commit 6ce9bf9db4

View File

@ -30,7 +30,7 @@ services:
env_file: env_file:
- .env - .env
healthcheck: healthcheck:
test: ["CMD", "pg_isready", "-U", "miniflux"] test: ["CMD", "pg_isready", "-U", "rss"]
interval: 10s interval: 10s
start_period: 30s start_period: 30s
networks: networks: