mirror of
https://github.com/iv-org/invidious.git
synced 2025-10-09 17:08:03 +00:00
CI: Fix build-docker job not checking if Invidious starts successfully or not
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user