CI: Fix build-docker job not checking if Invidious starts successfully or not

This commit is contained in:
Fijxu
2025-05-15 17:49:54 -04:00
parent 381074fce1
commit cc643f209a
2 changed files with 15 additions and 1 deletions

View File

@@ -14,6 +14,10 @@ services:
restart: unless-stopped
ports:
- "127.0.0.1:3000:3000"
depends_on:
invidious-db:
condition: service_healthy
restart: true
environment:
# Please read the following file for a comprehensive list of all available
# configuration options and their associated syntax: